方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 逐步回归× | 弹性网络 (Elastic Net)× | |
|---|---|---|
| 领域≠ | 统计学 | 机器学习 |
| 方法族≠ | Regression model | Machine learning |
| 起源年份≠ | 1960 | 2005 |
| 提出者≠ | M. A. Efroymson | Zou, H. & Hastie, T. |
| 类型≠ | Automated variable selection | Regularized linear regression (L1 + L2 penalty) |
| 开创性文献≠ | Efroymson, M. A. (1960). Multiple regression analysis. In A. Ralston & H. S. Wilf (Eds.), Mathematical Methods for Digital Computers (pp. 191–203). Wiley. link ↗ | Zou, H. & Hastie, T. (2005). Regularization and Variable Selection via the Elastic Net. Journal of the Royal Statistical Society: Series B, 67(2), 301–320. DOI ↗ |
| 别名≠ | stepwise selection, forward stepwise regression, backward stepwise regression, forward-backward selection | Elastic Net Regresyon, elastic net regression, ElasticNet, L1/L2 regularized regression |
| 相关≠ | 5 | 4 |
| 摘要≠ | Stepwise regression is an automated variable selection procedure for multiple linear regression that adds or removes predictor variables one at a time according to a statistical criterion, typically the F-statistic or a p-value threshold. The forward-selection algorithm was formally described by Efroymson (1960) and the bidirectional variant was popularised by Draper and Smith in their landmark 1966 text Applied Regression Analysis. Despite widespread historical use, the method is now widely critiqued, making its documentation essential in any canonical methods library. | Elastic Net is a regularized linear regression method introduced by Zou and Hastie in 2005 that blends the LASSO (L1) and Ridge (L2) penalties, so it performs variable selection and coefficient shrinkage at the same time. It is designed for predictive and explanatory modelling on data with many, possibly correlated, predictors. |
| ScholarGate数据集 ↗ |
|
|