-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
[MRG + 2] Add label accuracy to micro-average in classification report (from #12353) #12758
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
|
CI failing |
|
@jnothman Ready |
doc/whats_new/v0.21.rst
Outdated
| :issue:`11179` by :user:`Shangwu Yao <ShangwuYao>` and `Joel Nothman`_. | ||
|
|
||
| - |Fix| Add label `accuracy` ìnstead `micro-average` on | ||
| :func:metrics.classification_report to avoid confusing. `micro-average` is |
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.
does this render without backticks?
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.
Ready. Thanks!
jnothman
left a comment
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.
Thank you!
…eport (scikit-learn#12758)" This reverts commit d24a223.
…eport (scikit-learn#12758)" This reverts commit d24a223.
Add label accuracy to micro-average.
This is the same that #12353, but this is a clean PR, without conflicts.
Reference Issues/PRs
Fixes #12334
What does this implement/fix? Explain your changes.
Any other comments?