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

Is there a way to show explain_local without resetting the index? #72

Open
hexgnu opened this issue Oct 1, 2019 · 2 comments
Open

Is there a way to show explain_local without resetting the index? #72

hexgnu opened this issue Oct 1, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@hexgnu
Copy link

hexgnu commented Oct 1, 2019

Hey again,

I'm looking at some explain_local for this model I'm working on and wondering if there's a way to get it to show without resetting the index. Mainly because the indexes are important.

ebm_local = ebm.explain_local(X, y) # These have indexes that mean something

show(ebm_local) # Shows 0,1,2,3,4 implying the indexes were reset

Thanks!

@interpret-ml
Copy link
Collaborator

Hi @hexgnu,

Good idea! We reset the index right now for engineering simplicity, but we can look into preserving this in the future. Nice to hear that this would be useful for you!

-InterpretML Team

@interpret-ml interpret-ml added the enhancement New feature or request label Oct 3, 2019
@gianlucahmd
Copy link

+1! The use case is pretty simple: I'm using interpretML to classify some datapoints, interpret the decisions of the model and take business decisions based on that. Since it resets the index I struggle going back to check with datapoint a certain prediction was for.

Have you done any progress on this?

@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

3 participants