-
Notifications
You must be signed in to change notification settings - Fork 49
Use metadata to validate inputs to BinaryClassifierEfficacy
precision and recall metrics
#729
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #729 +/- ##
==========================================
+ Coverage 95.09% 95.29% +0.19%
==========================================
Files 111 112 +1
Lines 4305 4378 +73
==========================================
+ Hits 4094 4172 +78
+ Misses 211 206 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3651a13
to
6793bf9
Compare
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.
Looks good, thanks for centralizing this!
CU-86b3zyra8
Resolve #727
This PR contains 3 main contributions:
BinaryClassifierEfficacy
precision and recall metrics #727metadata validation
consistent among the entire library as we discussed @amontanez24Since news metrics include metadata as a parameter, it's beneficial to always refer to what's defined in _utils_metadata.py to ensure consistency.