list_hyperopts

getml.hyperopt.list_hyperopts()[source]

Lists all hyperparameter optimization objects present in the engine.

Note that this function only lists hyperopts which are part of the current project. See set_project() for changing projects.

To subsequently load one of them, use load_hyperopt().

Raises:

IOError: If command could not be processed by the engine.

Returns:

list containing the names of all hyperopts.