You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
I believe this was fixed on master already. Could you install the development version with pip install -U git+https://github.com/ray-project/tune-sklearn.git and try again?
Describe the bug
The random search algorithm perform only one trial regardless of the actual
n_trials
value given toTuneSearchCV
.Steps/Code to Reproduce
Expected Results
n_trials = 4
Actual Results
n_trials = 1
Versions
numpy==1.18.4
ray==1.2.0
scikit-learn==0.24.1
tune_sklearn==0.2.1
The text was updated successfully, but these errors were encountered: