create_forecasting_workflow#

openstef_models.presets.forecasting_workflow.create_forecasting_workflow(config: ForecastingWorkflowConfig) CustomForecastingWorkflow[source]#

Create a forecasting workflow from configuration.

Builds a complete forecasting pipeline including preprocessing, forecaster, and postprocessing transforms based on the provided configuration.

Parameters:
Returns:

Configured forecasting workflow ready for training and prediction.

Raises:

ValueError – If an unsupported model type is specified.

Return type:

CustomForecastingWorkflow