ForecastingModels Enum
Enum for all forecasting models supported by AutoML.
- Inheritance
-
builtins.strForecastingModelsForecastingModels
Constructor
ForecastingModels(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
ARIMAX |
AUTO_ARIMA |
AVERAGE |
DECISION_TREE |
ELASTIC_NET |
EXPONENTIAL_SMOOTHING |
EXTREME_RANDOM_TREES |
GRADIENT_BOOSTING |
KNN |
LASSO_LARS |
LIGHT_GBM |
NAIVE |
PROPHET |
RANDOM_FOREST |
SEASONAL_AVERAGE |
SEASONAL_NAIVE |
SGD |
TCN_FORECASTER |
XG_BOOST_REGRESSOR |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python