Forecasting Třída
Definuje názvy algoritmů prognózování používaných v automatizovaném strojovém učení.
Azure tyto regresní algoritmy podporuje, ale vy jako uživatel tyto algoritmy nemusíte zadávat.
allowed_models
K zahrnutí nebo vyloučení modelů použijte parametry AutoMLConfig a blocked_models
třídy.
Další informace o automatizovaném strojovém učení v Azure najdete tady:
- Dědičnost
-
azureml.train.automl.constants.RegressionForecasting
Konstruktor
Forecasting()
Atributy
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'