-
Notifications
You must be signed in to change notification settings - Fork 532
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
[REVIEW] Return confusion matrix as int unless float weights are used #3275
[REVIEW] Return confusion matrix as int unless float weights are used #3275
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Very nice! Technically an API- breaking change since the return type is changed, but definitely worth doing. |
rerun tests |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #3275 +/- ##
==============================================
Coverage ? 71.69%
==============================================
Files ? 207
Lines ? 16886
Branches ? 0
==============================================
Hits ? 12107
Misses ? 4779
Partials ? 0 Continue to review full report at Codecov.
|
rerun tests |
This PR aims at converting the confusion matrix to int when possible, to avoid the scientific notation when possible.
See this example: