deephyper.skopt.searchcv#
Functions
Check if callback is a callable or a list of callables. |
|
Turn a provided dimension description into a dimension object. |
|
Convert a dict representation of a search space into a list of dimensions, ordered by sorted(search_space.keys()). |
|
Evaluate list of callbacks on result. |
|
Convert the list representation of a point from a search space to the dictionary representation, where keys are dimension names and values are corresponding to the values of dimensions in the list. |
|
Assign ranks to data, dealing with ties appropriately. |
Classes
Bayesian optimization over hyper parameters. |
|
Run bayesian optimisation loop in DeepHyper. |