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()
.- Returns:
list containing the names of all hyperopts.
- Note:
Not supported in the getML community edition.