-
Notifications
You must be signed in to change notification settings - Fork 540
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
[BUG] Confusion matrix should convert dtype as necessary #3567
Labels
bug
Something isn't working
Cython / Python
Cython or Python issue
good first issue
Good for newcomers
Comments
beckernick
added
bug
Something isn't working
Cython / Python
Cython or Python issue
good first issue
Good for newcomers
labels
Mar 1, 2021
Adding to this bug: Code:
Code that does work by converting
|
Yes, should split it into two separate issues, agreed |
This was referenced Apr 15, 2021
rapids-bot bot
pushed a commit
that referenced
this issue
Apr 16, 2021
closes #3567 Authors: - Divye Gala (https://github.com/divyegala) Approvers: - Victor Lafargue (https://github.com/viclafargue) - Dante Gama Dessavre (https://github.com/dantegd) URL: #3754
vimarsh6739
pushed a commit
to vimarsh6739/cuml
that referenced
this issue
Oct 9, 2023
closes rapidsai#3567 Authors: - Divye Gala (https://github.com/divyegala) Approvers: - Victor Lafargue (https://github.com/viclafargue) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#3754
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
Cython / Python
Cython or Python issue
good first issue
Good for newcomers
confusion_matrix
should automatically convert dtypes as appropriate in order to avoid failing, like other metric functions.The text was updated successfully, but these errors were encountered: