[BUG] label_binarize
is different from sklearn for binary class.
#5740
Labels
label_binarize
is different from sklearn for binary class.
#5740
Describe the bug
scikit-learn transforms the binary class into a single column: https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html , while cuML returns the full matrix for negative and positive classes.
cuml: 24.02
sklearn: 1.4.0
Steps/Code to reproduce bug
The text was updated successfully, but these errors were encountered: