-
Notifications
You must be signed in to change notification settings - Fork 150
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
Feature/multiclass confusion matrix #287
Conversation
cartgr
commented
Apr 27, 2023
- Multiclass confusion matrix calculation
- Multiclass confusion matrix estimation
- Docs for both
- Tests for both
…com/NannyML/nannyml into feature/multiclass_confusion_matrix
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #287 +/- ##
==========================================
+ Coverage 83.40% 83.57% +0.16%
==========================================
Files 100 100
Lines 7245 7435 +190
Branches 1275 1321 +46
==========================================
+ Hits 6043 6214 +171
- Misses 905 916 +11
- Partials 297 305 +8
☔ View full report in Codecov by Sentry. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
# Conflicts: # docs/tutorials/performance_estimation/multiclass_performance_estimation.rst
Finally wrapping this one up @cartgr . Thanks again for everything buddy 🥇 |
* create tester * Updated tester * multiclass cm performance estimation * Multiclass confusion matrix calc. and estimation + docs and tests for both * Removed scratch testing files * updating MCM docs * Re-align docs with main version * [skip ci] Update CHANGELOG.md --------- Co-authored-by: Nikolaos Perrakis <nikos@nannyml.com> Co-authored-by: Niels Nuyttens <niels@nannyml.com>
* fix specificity calculation for CBPE * Feature/multiclass confusion matrix (#287) * create tester * Updated tester * multiclass cm performance estimation * Multiclass confusion matrix calc. and estimation + docs and tests for both * Removed scratch testing files * updating MCM docs * Re-align docs with main version * [skip ci] Update CHANGELOG.md --------- Co-authored-by: Nikolaos Perrakis <nikos@nannyml.com> Co-authored-by: Niels Nuyttens <niels@nannyml.com> * Small refactor to checks in realized performance calculations to make them consistent with the dedicated realized performance calculator. * Fix broken tests * Fix linting errors due to merges --------- Co-authored-by: Carter Blair <carterblair@uvic.ca> Co-authored-by: Niels Nuyttens <niels@nannyml.com>