The open-source version of Hyperopt is no longer being maintained and Hyperopt will be removed in the next major DBR ML version (17).
|
from hyperopt import hp, tpe, fmin, STATUS_OK, Trials |
Databricks recommends using either Optuna for single-node optimization or RayTune for a similar experience to the deprecated Hyperopt distributed hyperparameter tuning functionality.
Source
The open-source version of Hyperopt is no longer being maintained and Hyperopt will be removed in the next major DBR ML version (17).
tmm/DSML-Workshop/DSML-Workshop.py
Line 400 in ec66e0e
Databricks recommends using either Optuna for single-node optimization or RayTune for a similar experience to the deprecated Hyperopt distributed hyperparameter tuning functionality.
Source