optuna#
Optuna-powered hyperparameter tuning integration.
Requires optuna (install via pip install openstef-models[tuning]).
Public API#
HyperparameterTuner — orchestrates Bayesian tuning over HyperParams search spaces.
TuningResult — result container with best config and Optuna study.
Submodules#
Hyperparameter tuner and supporting types. |
Classes#
|
Bayesian hyperparameter tuner powered by Optuna. |
|
Result container for |