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

silence cross-validate warnings #21

Closed
nbokulich opened this issue May 31, 2020 · 0 comments · Fixed by #56
Closed

silence cross-validate warnings #21

nbokulich opened this issue May 31, 2020 · 0 comments · Fixed by #56

Comments

@nbokulich
Copy link
Collaborator

cross-validate throws various warnings that can be ignored:

  1. about sklearn version. This does not matter since the classifiers are not being output so cannot be used with other version.
  2. and kfold cross-validation class count (if any classes have fewer members than K). This is handled by taxonomic relabeling so can just be ignored.

Should silence these warnings so they don't bother anybody.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant