feature-selector icon indicating copy to clipboard operation
feature-selector copied to clipboard

Beware feature importances

Open mattc-eostar opened this issue 4 years ago • 1 comments

https://explained.ai/rf-importance/

Are you aware of this method and its benefits?

https://scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html?highlight=permutation#sklearn.inspection.permutation_importance

Might be a slightly situation using gradient boosted trees, but still an interesting point to address if you could. Thanks!

mattc-eostar avatar Jun 12 '20 18:06 mattc-eostar

I think there are also other forms of importance, but they may or may not be useful. https://github.com/interpretml/interpret/issues/369

BradKML avatar Oct 07 '22 08:10 BradKML