tabensemb.model.AbstractModel._space#

method

AbstractModel._space(model_name: str) List[Integer | Real | Categorical][source]#

A list of scikit-optimize search spaces for the selected model. It should contain all parameters defined in _initial_values().

Parameters:
model_name:

The name of a selected model that is currently going through Bayesian optimization.

Returns:
list

A list of skopt.space.