방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 강건 릿지 회귀 (Robust Ridge Regression)× | 엘라스틱 넷 회귀× | |
|---|---|---|
| 분야 | 통계학 | 통계학 |
| 계열 | Regression model | Regression model |
| 기원 연도≠ | 1991 | 2005 |
| 창시자≠ | Silvapulle (1991); building on Tikhonov (1963) and Huber (1964) | Hui Zou and Trevor Hastie |
| 유형≠ | Regularized robust linear regression | Penalized linear regression |
| 원전≠ | Silvapulle, M. J. (1991). Robust ridge regression based on an M-estimator. Australian Journal of Statistics, 33(3), 319–333. link ↗ | Zou, H., & Hastie, T. (2005). Regularization and variable selection via the elastic net. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 67(2), 301-320. DOI ↗ |
| 별칭 | ridge M-estimation, robust regularized regression, M-estimator ridge, outlier-resistant ridge regression | elastic net, EN regression, L1+L2 regularized regression, combined lasso-ridge regression |
| 관련≠ | 5 | 6 |
| 요약≠ | Robust Ridge regression combines M-estimation with L2 (ridge) regularization to produce coefficient estimates that are simultaneously resistant to outliers and stable under multicollinearity. It minimizes a robust loss function (such as Huber's) penalized by the squared norm of the coefficient vector, downweighting influential observations while shrinking correlated predictors toward zero. | Elastic net regression combines the L1 (lasso) and L2 (ridge) penalties into a single regularized regression framework. Controlled by a mixing parameter alpha and a shrinkage strength lambda, it can simultaneously select variables and handle correlated predictors — overcoming key limitations of pure lasso and pure ridge applied alone. |
| ScholarGate데이터셋 ↗ |
|
|