-
Notifications
You must be signed in to change notification settings - Fork 770
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- LOFO https://github.com/aerdem4/lofo-importance
- Permutation https://github.com/nestordemeure/permutationImportance
- "Unbiased" https://github.com/ZhengzeZhou/unbiased-feature-importance
Unsure if they have alternative name:
LIME being similar to SHAP https://github.com/marcotcr/lime- Gini https://github.com/shionhonda/feature-importance
- Split https://github.com/shionhonda/feature-importance
How are they different (missing data test vs prioritization, significant correlation)?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request