-
Notifications
You must be signed in to change notification settings - Fork 147
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
fix confidence bounds issues on binary setting #86
Conversation
I am open to suggestions about the current implementation. I would especially like feedback regarding the |
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.
Great work so far!
nannyml/performance_estimation/confidence_based/_cbpe_binary_classification.py
Outdated
Show resolved
Hide resolved
nannyml/performance_estimation/confidence_based/_cbpe_binary_classification.py
Outdated
Show resolved
Hide resolved
nannyml/performance_estimation/confidence_based/_cbpe_binary_classification.py
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #86 +/- ##
==========================================
+ Coverage 66.56% 70.06% +3.49%
==========================================
Files 49 49
Lines 2623 2629 +6
Branches 506 506
==========================================
+ Hits 1746 1842 +96
+ Misses 839 737 -102
- Partials 38 50 +12
Continue to review full report at Codecov.
|
Brilliant! This definitely was somewhat more convoluted than expected, job well done @rfrenoy ! |
Fixes #41