-
Notifications
You must be signed in to change notification settings - Fork 3
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
ROC error #21
Comments
This again looks like a small sample-size problem. In the "discretization" step of the algorithm (see Section 3.3 of the paper), we are computing the ROC curve over different folds of the training data, which in this case will have such few datapoints there is not always representation from both positive and negative instances (both classes need to be represented in order to compute an ROC curve). You could try reducing the number of folds (something like I will push some kind of error or warning to clarify the source of this error. Thank you for flagging. |
Hi @egr95 , Thank you as always, that makes sense. |
Hello again @egr95,
I'm still playing around with CoDaCoRe and I've come across a new error when using a smaller subset of my data (dimensions=12, 71), with 8 positive and 4 negative instances when fitting a model and the objective="binary classification":
Model fitting performs without warning or errors when objective=regression.
The text was updated successfully, but these errors were encountered: