TL;DR Original List with yet-to-be implemented FE algorithms in parrt/random-forest-importances#54
Seeing #364 and #218 I do notice that some of the feature importance algorithms are not on the list, particularly LOFO, Morris and "Unbiased" feature importance. Might wanna check those out?
Bonus: this visualization notebook exists https://github.com/shionhonda/feature-importance
Currently these are not in the ReadME:
Unsure if they have alternative name:
How are they different (missing data test vs prioritization, significant correlation)?
TL;DR Original List with yet-to-be implemented FE algorithms in parrt/random-forest-importances#54
Seeing #364 and #218 I do notice that some of the feature importance algorithms are not on the list, particularly LOFO, Morris and "Unbiased" feature importance. Might wanna check those out?
Bonus: this visualization notebook exists https://github.com/shionhonda/feature-importance
Currently these are not in the ReadME:
Unsure if they have alternative name:
LIME being similar to SHAP https://github.com/marcotcr/limeHow are they different (missing data test vs prioritization, significant correlation)?