Forecasting Classe

Définit les noms des algorithmes de prévision.

Héritage
azureml.automl.core.shared.constants.Regression
Forecasting

Constructeur

Forecasting()

Attributs

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'