-
-
Notifications
You must be signed in to change notification settings - Fork 26k
Added DET curve to classification metrics. #4980
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
Can you please add a test, update the ROC curve example to compare the two and add a new section in the narrative documentation after the ROC curve section: http://scikit-learn.org/stable/modules/model_evaluation.html#receiver-operating-characteristic-roc It would be great to teach the user how to "read" the curve and give the pro and cons of the DET curve vs ROC curve and PR curve. |
sklearn/metrics/ranking.py
Outdated
@@ -176,6 +177,83 @@ def _binary_average_precision(y_true, y_score, sample_weight=None): | |||
return _average_binary_score(_binary_average_precision, y_true, y_score, | |||
average, sample_weight=sample_weight) | |||
|
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.
pep8: 2 blank lines to separate top level blocks.
Hi Daniel. you re welcome to take it over! Thanks for asking :)
…On Sun, 10 Dec 2017, 17:11 Daniel Mohns, ***@***.***> wrote:
Hello @jkarnows <https://github.com/jkarnows> @jucor
<https://github.com/jucor> Is anyone still working on this? If not, I
might give it a shot.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4980 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAoSRTlX_78RBHzvaRJTwyETmVoIpNKeks5s_BC4gaJpZM4FZM92>
.
|
No description provided.