openstef_models.models#

Model implementations and model interfaces for OpenSTEF.

Contains core forecasting model interfaces and package-level convenience imports.

Classes#

ComponentSplittingModel(**data)

Complete component splitting pipeline combining preprocessing, splitting, and postprocessing.

ForecastingModel(**data)

Complete forecasting pipeline combining preprocessing, prediction, and postprocessing.