callbacks#

Callback interface for monitoring and extending forecasting workflows.

Provides hooks into key workflow stages to enable custom logging, metrics collection, model validation, and integration with external monitoring systems. Callbacks follow the observer pattern and are called at specific workflow lifecycle events.

Classes#

PredictorCallback()

Base callback interface for monitoring predictor workflow lifecycle events.

WorkflowContext(**data)

Context object for workflow execution state.