TuningResult#

class openstef_models.integrations.optuna.TuningResult(best_config: ConfigT, study: Study, workflow: CustomForecastingWorkflow) None[source]

Bases: Generic

Result container for HyperparameterTuner.fit_with_tuning.

Parameters:
best_config: TypeVar(ConfigT, bound= BaseConfig)
study: Study
workflow: CustomForecastingWorkflow
__init__(best_config: ConfigT, study: Study, workflow: CustomForecastingWorkflow) None
Parameters: