data-doctors / kaggle-house-prices-advanced-regression-techniques

Repository for source code of kaggle competition: House Prices: Advanced Regression Techniques
41 stars 25 forks source link

Try to reduce the feature by using the SelectFromModel #12

Closed divivoma closed 7 years ago

divivoma commented 7 years ago

http://scikit-learn.org/stable/modules/feature_selection.html

L1-based feature selection

divivoma commented 7 years ago

I tried this approach just after the get_dummies, but it doesn't give any significative advantage. No changes in the X_train shape. Not useful.