We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See sklearn's handling of single class data being passed to `roc_auc_score`
The lite ROCAUC implementation is intended for multiclass data and should not be used with binary classification datasets.
We should raise a warning or not return ROCAUC if an invalid input is passed.
The text was updated successfully, but these errors were encountered:
czaloom
No branches or pull requests
valor version checks
Reproducible Example
Issue Description
The lite ROCAUC implementation is intended for multiclass data and should not be used with binary classification datasets.
Expected Behavior
We should raise a warning or not return ROCAUC if an invalid input is passed.
The text was updated successfully, but these errors were encountered: