forecasting_workflow#

Forecasting workflow presets and configurations.

Provides predefined configurations and factory functions for common forecasting workflows, including XGBoost, GBLinear, and Flatliner models with appropriate preprocessing pipelines.

Functions#

create_forecasting_workflow(config)

Create a forecasting workflow from configuration.

Classes#

ForecastingWorkflowConfig(**data)

Configuration for forecasting workflows.

LocationConfig(**data)

Configuration for location information in forecasting workflows.