-
Notifications
You must be signed in to change notification settings - Fork 19
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
On occassions, cross validation will fail because sampling picks sets belonging to a single class #20
Comments
Error is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I hope I'm reading this error correctly @chichaumiau, but I guess we need to protect the cross validation from these sort of situations: if sampled set only contains a single class, then re-sample. See error here:
https://travis-ci.com/SCCAF/sccaf/builds/131297330#L632
The text was updated successfully, but these errors were encountered: