Skip to content

Code for implementing 26 feature importance computation measures.

License

Notifications You must be signed in to change notification settings

theomitsa/Feature_importance

Repository files navigation

Feature_importance

Code for implementing 21 feature importance computation methods. NOTES 1.Note that theFeaturewiz and Shapash packages were implemented in a separate Jupyter notebook and a separate virtual environment that implements an older version of Python (3.7). At the time of this writing, they were not compatible with Python 3.10.3, which is the Python version used for the remainder of the algorithms. image 2. Note that it in the pandas get_dummies() method it is best to include drop.first=TRUE to avoid multicollinearity especially for methods sensitive to it such as logistic regression. I did not include it, because my first goal was interpretability and therefore, I wanted to see the contribution of all features.

About

Code for implementing 26 feature importance computation measures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published