Chronos2HyperParams#
- class openstef_foundation_models.models.forecasting.Chronos2HyperParams(**data: Any) None[source]
Bases:
HyperParamsHyperparameters for
Chronos2Forecaster.Chronos-2 is a pretrained zero-shot model, so it exposes no trainable or tunable hyperparameters. The class exists to satisfy the forecaster contract and to host future inference-time knobs.
- Parameters:
data (
Any)
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': False, 'extra': 'ignore', 'protected_namespaces': ()}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].