Forecasting Classe
Define nomes de algoritmo de previsão.
- Herança
-
azureml.automl.core.shared.constants.RegressionForecasting
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'