-
Notifications
You must be signed in to change notification settings - Fork 615
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
Matthew Fix #2406
Matthew Fix #2406
Conversation
- multiclass works for OHE - fix multiclass test in unit test
@marload @autoih You are owners of some files modified in this pull request. |
This should work for one hot encoded label. I'll work on sparse labels as well but I wanted to gather some reviews before. Looking forward! :) |
@ZeynepP Can you test this fix? |
@bhack I've added test case which confirms that patch solves the issue. Would you mind reviewing this patch? |
Can we check numerically with https://scikit-learn.org/stable/modules/generated/sklearn.metrics.matthews_corrcoef.html ? |
Its in the test case :) or do you mean to say I should import sklearn and check their output values? I can do that. |
Yes we already have some tests with |
Done :) |
conf_matrix use self.dtype
Description
Brief Description of the PR:
Fixes # (issue)
#2339
Type of change
Checklist:
How Has This Been Tested?
The issue created by the user is perfectly solved by this
If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes: