Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature importance using Permutation #26

Open
npatta01 opened this issue Jun 17, 2019 · 3 comments
Open

Feature importance using Permutation #26

npatta01 opened this issue Jun 17, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@npatta01
Copy link

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?

@Sandy4321
Copy link

good idea, eli5 is great

@interpret-ml interpret-ml added the enhancement New feature or request label Jun 19, 2019
@interpret-ml
Copy link
Collaborator

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.

@imatiach-msft
Copy link
Contributor

@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

@paulbkoch paulbkoch mentioned this issue Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

4 participants