-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
[MRG] FEA Add support for Individual Conditional Expectation (ICE) plots #16619
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
Conversation
cool, please ping me when ready @madhuracj |
…vidual' parameter
…ividual=True/'both'
…y with different 'individual' values
Use another estimator to make the example meaningful.
@NicolasHug @glemaitre @jnothman I think this PR is ready to be reviewed. |
You are probably missing a |
Looks like the exception is thrown within |
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.
A first pass with 2 questions regarding the API.
It looks good. I will have a thorough review this afternoon including the tests.
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
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.
@madhuracj sphinx is finally happy I am too.. :)
@scikit-learn/core-devs, time to merge? Thanks!
OK let's go then. @madhuracj Thank you for the patience but it was worth. @ogrisel in case you have some pending remarks that we did not catch during our reviews, feel free to open an issue and I will address it. It just needs to be 0.24 now :) |
Thanks, @glemaitre. It was indeed a long journey. But I have learned a lot of specifics about contributing to scikit-learn. Hoping to keep contributing in the future. |
Congrats and thanks @madhuracj!
|
This PR adds support for Individual Conditional Expectation (ICE) plots.
Reference Issues/PRs
Fixes #14126
Closes #16164
What does this implement/fix? Explain your changes.
After the discussion in #16164, it was decided to implement support for ICE plots with a parameter names
individual
. Since the decided method is much different from what's implemented in #16164, I am starting afresh.Any other comments?