Forecasting Class
Defines forecasting algorithm names.
- Inheritance
-
azureml.automl.core.shared.constants.RegressionForecasting
Constructor
Forecasting()
Attributes
Arimax
Arimax = 'Arimax'
AutoArima
AutoArima = 'AutoArima'
Average
Average = 'Average'
ExponentialSmoothing
ExponentialSmoothing = 'ExponentialSmoothing'
Naive
Naive = 'Naive'
Prophet
Prophet = 'Prophet'
SeasonalAverage
SeasonalAverage = 'SeasonalAverage'
SeasonalNaive
SeasonalNaive = 'SeasonalNaive'
TCNForecaster
TCNForecaster = 'TCNForecaster'