Skip to content
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

EASY: Fix ROC evaluation error messages #4028

Closed
karlnapf opened this issue Dec 17, 2017 · 1 comment
Closed

EASY: Fix ROC evaluation error messages #4028

karlnapf opened this issue Dec 17, 2017 · 1 comment

Comments

@karlnapf
Copy link
Member

See #3441

Error messages like this are bad:

"ROC evalution requires binary labels."

They should be something like

"Given predicted labels (%d) must be binary (%d).\n", predicted->get_label_type(), LT_BINARY)

There should be many more of such instances within the code base.
2min entrance task

@ckousik
Copy link
Contributor

ckousik commented Dec 23, 2017

#4042

ktiefe pushed a commit to ktiefe/shogun that referenced this issue Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants