tabensemb.model.AbstractModel._space#
method
- AbstractModel._space(model_name: str) List[Integer | Real | Categorical][source]#
A list of
scikit-optimizesearch 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.