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