TuningResult#
- class openstef_models.integrations.optuna.TuningResult(best_config: ConfigT, study: Study, workflow: CustomForecastingWorkflow) None[source]
Bases:
GenericResult container for
HyperparameterTuner.fit_with_tuning.- Parameters:
best_config (
TypeVar(ConfigT, bound=BaseConfig))study (
Study)workflow (
CustomForecastingWorkflow)
- best_config: ConfigT
- study: Study
- workflow: CustomForecastingWorkflow
- __init__(best_config: ConfigT, study: Study, workflow: CustomForecastingWorkflow) None
- Parameters:
best_config (
TypeVar(ConfigT, bound=BaseConfig))study (
Study)workflow (
CustomForecastingWorkflow)