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

Method for extracting where the steps are in the variable plots #506

Open
AntonyJScott opened this issue Feb 1, 2024 · 1 comment
Open

Comments

@AntonyJScott
Copy link

I am looking to extract the data underlying feature importance plots and the stepped line plots for individual features in order to make custom piots.

Is there a way for determining at what variable values the steps in the stepped line plots occur please?

@paulbkoch
Copy link
Collaborator

Hi @AntonyJScott --

The feature importances can get obtained with the term_importances function on the EBM objects, which is documented here.

For drawing or otherwise extracting the partial response plots, here are a two issues that might be of use to you: #325 and #475

And you might also find our documentation on EBM internals useful: https://interpret.ml/docs/ebm-internals-regression.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants