load_hyperopt¶
- getml.hyperopt.load_hyperopt(name)[source]¶
Loads a hyperparameter optimization object from the getML engine into Python.
- Args:
- name (str):
The name of the hyperopt to be loaded.
- Returns:
A
GaussianHyperparameterSearch
that is a handler for the pipeline signified by name.- Note:
Not supported in the getML community edition.