hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.59k stars 272 forks source link

min_samples_split must be >=2 for integer values #136

Closed yet-another-account closed 5 years ago

yet-another-account commented 5 years ago

Otherwise, the following error is raised:

ValueError: min_samples_split must be an integer greater than 1 or a float in (0.0, 1.0]; got the integer 1

bjkomer commented 5 years ago

Looks good! Thanks for the PR