방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 엘라스틱 넷 회귀× | 릿지 회귀(Ridge Regression)× | |
|---|---|---|
| 분야≠ | 통계학 | 머신러닝 |
| 계열≠ | Regression model | Machine learning |
| 기원 연도≠ | 2005 | 1970 |
| 창시자≠ | Hui Zou and Trevor Hastie | Hoerl, A.E. & Kennard, R.W. |
| 유형≠ | Penalized linear regression | L2-regularized linear regression |
| 원전≠ | 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 ↗ | Hoerl, A.E. & Kennard, R.W. (1970). Ridge Regression: Biased Estimation for Nonorthogonal Problems. Technometrics, 12(1), 55–67. DOI ↗ |
| 별칭 | elastic net, EN regression, L1+L2 regularized regression, combined lasso-ridge regression | Ridge Regresyonu, ridge regresyonu, L2-regularized regression, Tikhonov regularization |
| 관련≠ | 6 | 4 |
| 요약≠ | 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. | Ridge Regression is an L2-regularized linear regression method, introduced by Arthur Hoerl and Robert Kennard in 1970, that reduces multicollinearity by adding a penalty on the size of the coefficients. It shrinks coefficients toward zero without setting any of them exactly to zero, producing more stable estimates when predictors are highly correlated. |
| ScholarGate데이터셋 ↗ |
|
|