forecasting_model#
High-level forecasting models that orchestrate the complete prediction pipeline.
Provides BaseForecastingModel — the abstract base shared by single-model and
ensemble pipelines — and ForecastingModel, the concrete single-forecaster
implementation. Both combine preprocessing, prediction, and postprocessing into a
unified interface while providing consistent data transformation and validation.
Functions#
|
Restore the target column from the original dataset to the given dataset. |
Classes#
|
Abstract base for forecasting models (single-forecaster and ensemble). |
|
Single-forecaster pipeline: preprocessing -> forecaster -> postprocessing. |
|
Result of fitting a forecasting model. |