Linear model selection and regularization
# Linear Model Selection and Regularization
Recall the linear model (Can also apply to GLM)
Y=β0+β1X1+β2X2+...+βpXp+ϵY=\beta_0+\beta_1X_1+\beta_2X_2+...+\beta_pX_p+\epsilon
Y=β0+β1X1+β2X2+...+βpXp+ϵ
Then we consider even more general non-linear models
the linear model has...
more...




