-
Notifications
You must be signed in to change notification settings - Fork 395
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
Confusion Matrix #1794
Confusion Matrix #1794
Conversation
Signed-off-by: Gaurav Gupta <[email protected]> Signed-off-by: Gaurav Gupta <[email protected]> Signed-off-by: Gaurav Gupta <[email protected]>
* Add model wrapper for wrapping predictions and test data Signed-off-by: Gaurav Gupta <[email protected]> * Fix failing tests Signed-off-by: Gaurav Gupta <[email protected]> Signed-off-by: Gaurav Gupta <[email protected]>
…ortance (#1770) Signed-off-by: Gaurav Gupta <[email protected]> Signed-off-by: Gaurav Gupta <[email protected]>
* Port tests Signed-off-by: Gaurav Gupta <[email protected]> * Fix rai_insights Signed-off-by: Gaurav Gupta <[email protected]> Signed-off-by: Gaurav Gupta <[email protected]>
* Simply tests in test_cohort_filter.py Signed-off-by: Gaurav Gupta <[email protected]> * Change test name Signed-off-by: Gaurav Gupta <[email protected]> Signed-off-by: Gaurav Gupta <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1794 +/- ##
==========================================
- Coverage 93.35% 90.64% -2.72%
==========================================
Files 93 46 -47
Lines 4574 1881 -2693
==========================================
- Hits 4270 1705 -2565
+ Misses 304 176 -128
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
964e4a6
to
19f6cc3
Compare
1 similar comment
19f6cc3
to
4022cb4
Compare
This is done to solve the cyclomatic complexity es-lint issue.
4022cb4
to
a362704
Compare
Signed-off-by: Gaurav Gupta <[email protected]>
Could you confirm that it looks good for large screens? |
Confusion Matrix added in model assessment for multiclass and binary classification
Description
binary classification (light mode)

binary classification (dark mode)

multiclass classification (light mode)

multiclass classification (dark mode)

Too few classes selected error (there's another one with at most 20, but I don't have a dataset handy that triggers the error):

Checklist