Forecasting Classe

Define os nomes dos algoritmos de previsão.

Herança
azureml.automl.core.shared.constants.Regression
Forecasting

Construtor

Forecasting()

Atributos

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'