Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 268 Bytes

File metadata and controls

4 lines (3 loc) · 268 Bytes

Feature Selection for Linear Models: Recursive Feature Elimination, Lasso

How to use two methods to choose the best features for a linear model, out of a collection of available features. Uses my past project "KingCountyHousingSaleModel" as the jumping off point.