presets#

Presets for building foundation-model forecasters from declarative config.

This package is import-light: the heavy inference runtime is imported lazily when a backend config is built, not when these presets are imported.

Submodules#

openstef_foundation_models.presets.forecasting_workflow

Presets for building foundation-model forecasting workflows from config.

Functions#

create_forecasting_workflow(config)

Build a foundation-model forecasting workflow from a declarative config.

Classes#

BackendConfig

ForecastingWorkflowConfig(**data)

Declarative configuration for a foundation-model forecasting workflow.

OnnxBackendConfig(**data)

Compute configuration for an ONNX Runtime inference backend.