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

Documentation has incorrect default value for BayesSearchCV cross validation fold count. #4

Open
jgreenemi opened this issue Oct 22, 2020 · 0 comments

Comments

@jgreenemi
Copy link

BaseSearchCV from scikit-learn sets cv to 5 if None is passed in, but the documentation for BayesSearchCV states that the default fold is 3 if the user doesn't specify a cv value on instantiation.

Since this is defined in scikit-learn and not within scikit-optimze itself, probably safer to omit the default number of folds altogether, or mention that this information can be found in the scikit-learn package, in case it changes again.

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

No branches or pull requests

1 participant