forecasting#

Foundation-model forecasters.

These forecasters compose an InferenceBackend and are themselves dependency-free: the heavy runtime (ONNX Runtime) lives in the injected backend, not here.

Submodules#

Classes#

Chronos2Forecaster(**data)

Zero-shot probabilistic forecaster backed by a Chronos-2 checkpoint.

Chronos2HyperParams(**data)

Hyperparameters for Chronos2Forecaster.