load_hyperopt

getml.hyperopt.load_hyperopt(session_name)

Loads a hyperparameter optimization run into the Python API.

Parameters

session_name (string) – Unique identifier of a particular hyperparameter optimization run.

Returns

Union[RandomSearch, LatinHypercubeSearch, GaussianHyperparameterSearch]

Raises
  • IOError – If the messages received from the engine is not a valid JSON.

  • TypeError – if session_name is not a string.

  • ValueError – if session_name is an empty string.