13.20 Penalized regression
- dropping some controls
- argminβ{∑(Y−ˆY)2+λF(β)}
- minmize sum of squared residuals AND make β function small
- implementation: LASSO, ridge regression, elastic net regression (LASSO + ridge)
- throw out variables that LASSO thinks are unimportant
- watch out: standardize all variables
- choose λ as you want; higher value –> toss out more variables