Skip to content

NicholasIndorf/Blog-FeatureSelection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.