ObjectiveFullHistory
Ancestors
systematica.tuners.base.BaseOptunaObjectiveabc.ABC
Methods
compute
| Name | Type | Default | Description |
|---|---|---|---|
model | tp.Any | -- | The model to be evaluated. |
search | dict | -- | The hyperparameter search space. **feature_config Additional feature configuration parameters. |
| Type | Description |
|---|---|
int | float | tp.Tuple[int | float, ...] | The computed objective value. |
ObjectiveRollingWalkForward
Ancestors
systematica.tuners.base.BaseOptunaObjectiveabc.ABC
Instance variables
reduce_func: Callable:
Methods
compute
| Name | Type | Default | Description |
|---|---|---|---|
model | tp.Any | -- | The model to be evaluated. |
search | dict | -- | The hyperparameter search space. **feature Additional feature configuration parameters. |
| Type | Description |
|---|---|
int | float | tp.Tuple[int | float, ...] | The computed objective value. |

