Tutorial on Feature Importance
Date:
In this tutorial, I discussed various feature importance methods for regression/classification setting as how to find important input features which drive the target feature. I also discussed the advantages, and disadvantages of these methods. A regression problem has been taken into consideration to determine the important factors which drive the regression target.
Methods in consideration:
- Random Forest/Gradient Boost Regression Feature Importance
- Permutation Feature Importance
- Dependency Plots
- SHAP: SHapley Additive exPlanations
- Summary Plot and Partial Dependency Plot have been discussed and were used to determine the important factors driving the target variable.