Closed jmakov closed 1 year ago
Calling tune-sklear from pycaret throws exception:
model_primary_tuned = experiment1.tune_model(model_primary_best, choose_better=True, early_stopping=True, n_iter=2, optimize="Recall", search_algorithm="bayesian", search_library="tune-sklearn")
Pycaret issue: https://github.com/pycaret/pycaret/issues/3765
This has been fixed by https://github.com/ray-project/tune-sklearn/pull/272. A new release with the fix should be out soon.
Calling tune-sklear from pycaret throws exception:
Pycaret issue: https://github.com/pycaret/pycaret/issues/3765