We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: