jrbourbeau / dask-optuna

Scale Optuna with Dask
https://jrbourbeau.github.io/dask-optuna/
MIT License
35 stars 6 forks source link

Remove optimize function #11

Closed jrbourbeau closed 3 years ago

jrbourbeau commented 3 years ago

As a follow-up to https://github.com/jrbourbeau/dask-optuna/pull/10, this PR removes dask_optuna.optimize as we can now use Joblib with Optuna's API directly.