-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG+1] Update list of scorers #9230
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
CircleCI output looks fine to me: https://11662-843222-gh.circle-artifacts.com/0/home/ubuntu/scikit-learn/doc/_build/html/stable/modules/model_evaluation.html. |
I've checked this matches the list of valid scorers. LGTM, except for curious clustering metric ordering. Also wondering if clustering should appear last. |
doc/modules/model_evaluation.rst
Outdated
|
||
**Clustering** | ||
'adjusted_rand_score' :func:`metrics.adjusted_rand_score` | ||
'adjusted_rand_score' :func:`metrics.adjusted_rand_score` |
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.
Not sure why this ordering is used within clustering.
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.
I agree, is there a reason not to use alphabetical ordering?
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.
I will change the ordering to alphabetical.
LGTM |
550cfb2
to
7f5cbf7
Compare
Changed ordering to alphabetical : ) |
Lgtm |
Thanks |
* Update list of scorers * change ordering of scorers to alphabetical
* Update list of scorers * change ordering of scorers to alphabetical
* Update list of scorers * change ordering of scorers to alphabetical
* Update list of scorers * change ordering of scorers to alphabetical
* Update list of scorers * change ordering of scorers to alphabetical
* Update list of scorers * change ordering of scorers to alphabetical
* Update list of scorers * change ordering of scorers to alphabetical
Reference Issue
Fixes #9183
What does this implement/fix? Explain your changes.
This PR updates the list of scorers in doc/modules/model_evaluation
Any other comments?
No