-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
ENH Add custom_range argument for partial dependence - version 2 #26202
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
ENH Add custom_range argument for partial dependence - version 2 #26202
Conversation
…bset of features.
…bset of features.
We will not make it for 1.6. I moving the milestone to 1.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are also failing.
doc/whats_new/upcoming_changes/sklearn.inspection/26202.enhancement.rst
Outdated
Show resolved
Hide resolved
…ement.rst Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Thanks for the suggestions, I haven't had much time to look at this recently. I will also update the version number to specify 1.7. |
@adrinjalali I think I have addressed all your comments. I have fixed a separate issue here, but can split that out if desired. |
Reference Issues/PRs
Fixes #20890 and is a followup to the stale PR - #21033
Also fixes #30271
What does this implement/fix? Explain your changes.
This PR allows users to specify a custom_range of values to calculate partial depedency for some or all of the features.
The api is custom_range={feature: array-like of grid values}.
Any other comments?