load_hyperopt

getml.hyperopt.load_hyperopt(name)[source]

Loads a hyperparameter optimization object from the getML engine into Python.

Args:

name: The name of the hyperopt to be loaded.

Returns:

A ~getml.hyperopt.GaussianHyperparameterSearch that is a handler for the pipeline signified by name.