custom_forecasting_workflow#

High-level workflow orchestration for forecasting operations.

Provides a complete forecasting workflow that combines model management, callback execution, and optional model persistence. Acts as the main entry point for production forecasting systems.

Classes#

CustomForecastingWorkflow(**data)

Complete forecasting workflow with model management and lifecycle hooks.

ForecastingCallback()

Base callback interface for monitoring forecasting workflow lifecycle events.