numb3r33/Loan-Default-Prediction

Feature Selection in high dimensional problems.

numb3r33 opened this issue · 1 comments

Look for features with low standard deviation and have very low count of unique values.

  1. RFE ( Forward and Backward )
  2. Feature Importance ( Random Forest and XGBoost )
  3. Feature Selection Module ( Scikit Learn )

Found a gold mine