-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Fix a typo in cross_validation.rst #13398
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
DOC Fix a typo in cross_validation.rst #13398
Conversation
there's a typo indeed, but I think the key should be changed, not the value. |
@amueller Yeah, comparing two macro metrics seem to be more reasonable. Updated. |
you need to also change the expected output, see CI failure. |
Also: thanks for your contribution and the quick update. Sorry I can be a bit terse ;) |
@amueller Glad to make it work! |
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 @Kulbear
This reverts commit 2aeef05.
This reverts commit 2aeef05.
Reference Issues/PRs
None
What does this implement/fix? Explain your changes.
I believe there is a typo in the documentation for cross validation, as I have changed.
Any other comments?
Options could be either change the key name in the dict
scoring
or the keyword argument inmake_scorer
.I went for the second option.