hyperopt / hyperopt-sklearn

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

scope.int max_iter param _coordinate_descent #187

Closed mandjevant closed 2 years ago

mandjevant commented 2 years ago

This commit adds missing scope.int to max_iter parameter to _coordinate_descent file

bjkomer commented 2 years ago

Looks good to me, though for some reason it looks like the setup.cfg commit got added in here as well

mandjevant commented 2 years ago

Looks good to me, though for some reason it looks like the setup.cfg commit got added in here as well

Thanks! I rebased. When tests pass I will merge