-
Notifications
You must be signed in to change notification settings - Fork 487
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
Add ROC AUC metric #2466
Add ROC AUC metric #2466
Conversation
249f448
to
0de1c16
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2466 +/- ##
==========================================
+ Coverage 82.79% 82.94% +0.14%
==========================================
Files 809 811 +2
Lines 104191 105059 +868
==========================================
+ Hits 86270 87136 +866
- Misses 17921 17923 +2 ☔ View full report in Codecov by Sentry. |
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.
Thanks for the addition!
I have some minor comments, otherwise great start 🙂
Pull Request Template
Checklist
run-checks all
script has been executed.Related Issues/PRs
#544
Changes
Add ROC AUC metric for binary classification
Testing
Unit tests for the new metric.