-
Notifications
You must be signed in to change notification settings - Fork 17
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
Calculate balanced precision #333
Conversation
Allows using mean_balanced_precision
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #333 +/- ##
=======================================
Coverage 98.26% 98.26%
=======================================
Files 13 13
Lines 1152 1155 +3
=======================================
+ Hits 1132 1135 +3
Misses 20 20
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ 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.
Adding functionality for calculating balanced precision - approved.
Issues
Change(s) made
calc_balanced_precision()
implements Equation 1 & 7 from Wu et al. 2021 (10.1016/j.ajhg.2021.08.012).Checklist
(
Strikethroughany points that are not applicable.)[ ] vignettesOpened New vignette for visualizing performance and feature importance #334 to do this later.NEWS.md
if this includes any user-facing changes.