Forecasting 类

定义在自动化 ML 中使用的预测算法的名称。

Azure 支持这些回归算法,但你作为用户不需要指定算法。 使用 AutoMLConfig 类的 allowed_modelsblocked_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'