

The default template name if not provided by config.model_template. An Enum class where names are template names, and values are of type Pass model_template_enum and default_model_template_name

To add your own custom algorithms or template classes in our framework, The model template is selected via the config.model_template Model templates provide suitable default values for the availableįorecast estimators depending on the data characteristics.

This class can create forecasts using any of the model templates in It takes a dataset and forecast configuration parameters. The main entry point to creates a forecast. Forecaster ( model_template_enum: Type =, default_model_template_name: str = 'SILVERKITE' ) ¶
