-
-
Notifications
You must be signed in to change notification settings - Fork 26.4k
[MRG+1] Added macro-average ROC to plot_roc.py #3651
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
|
Could you please rebase your work on master? (Currently you have committed on top of a May 2014 version of the repository.) |
|
I should note: The file has moved to |
|
Changes Unknown when pulling 8cee66b on wangz10:master into * on scikit-learn:master*. |
|
Changes Unknown when pulling 3bf6975 on wangz10:master into * on scikit-learn:master*. |
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.
This insertion is duplicated.
|
Apart from those minor points, LGTM |
|
Changes Unknown when pulling 9c079cf on wangz10:master into * on scikit-learn:master*. |
|
Note that I have seen macro-averaging in early papers about using AUROC in a multiclass setting, so I'm +1 that it be shown, as well as +1 for the code. |
|
Merged. Thanks (and sorry for the long turn around). |
I added macro-average ROC to plot_roc.py
Macro-averaging is also an important performance measure used in multi-label classification.