Skip to content

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

Description

@jgreenemi

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions