Forecasting 類別

接著定義自動化 ML 中使用的預測演算法名稱。

Azure 支援這些回歸演算法,但您身為使用者不需要指定演算法。 allowed_models使用 類別的 AutoMLConfigblocked_models 參數來包含或排除模型。

若要深入瞭解 Azure 中的自動化 ML,請參閱:

繼承
azureml.train.automl.constants.Regression
Forecasting

建構函式

Forecasting()

屬性

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'