load_hyperopt

getml.hyperopt.load_hyperopt(name)

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

Parameters

name – The name of the hyperopt to be loaded.

Returns

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