-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
DOC Use from_cv_results
in plot_roc_crossval.py
#31455
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
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.
Thanks @lucyleeow, LGTM! But I think it's worth adding a short sentence highlighting that we plot the RocCurveDisplay
using the precomputed cv_results
.
Thanks @ArturoAmorQ ! Done, hopefully it reads okay. |
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.
LGTM. Thanks @lucyleeow
Reference Issues/PRs
Follow up to #30399
What does this implement/fix? Explain your changes.
I have only made code changes to use
from_cv_results
(the plot should look exactly the same). I am conscious there is a very nice PR improving that example here #29611, so I did not want to change the text / alter the plot. Sorry for the merge conflicts @ArturoAmorQ (I would be happy to fix them if that helps)cc @glemaitre
Any other comments?