interpret icon indicating copy to clipboard operation
interpret copied to clipboard

Feature importance using Permutation

Open npatta01 opened this issue 6 years ago • 3 comments

Hi, At work, we use the "Permutation Importance" method to inspect feature importance. We use the awesome library eli5 for that.

Would it be possible to include a version of that in this library?

npatta01 avatar Jun 17 '19 02:06 npatta01

good idea, eli5 is great

Sandy4321 avatar Jun 18 '19 18:06 Sandy4321

Thanks for bringing this up! Permutation Importance is definitely a method we've been thinking about. The main challenge is finding the right way to cleanly integrate it into our API. We understand the demand for this feature though, so we'll keep this issue open until we make progress on this.

interpret-ml avatar Jul 11 '19 20:07 interpret-ml

@npatta01 @Sandy4321 permutation feature importance is available in the interpret-community package here, which is an extension to interpret: https://github.com/interpretml/interpret-community/blob/master/python/interpret_community/permutation/permutation_importance.py

imatiach-msft avatar Nov 08 '19 19:11 imatiach-msft