Skip to content

Commit 2fe0cca

Browse files
authored
Updating forecasting model info
@nibaccam
1 parent e2f2307 commit 2fe0cca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-auto-train-forecast.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Features extracted from the training data play a critical role. And, automated M
3535

3636

3737
Automated ML provides users with both native time-series and deep learning models as part of the recommendation system. These learners include:
38-
+ Prophet
39-
+ Auto-ARIMA
40-
+ ForecastTCN
38+
+ Prophet (Preview)
39+
+ Auto-ARIMA (Preview)
40+
+ ForecastTCN (Preview)
4141

4242
Automated ML's deep learning allows for forecasting univariate and multivariate time series data.
4343

@@ -46,7 +46,7 @@ Deep learning models have three intrinsic capabilities:
4646
1. They support multiple inputs and outputs
4747
1. They can automatically extract patterns in input data that spans over long sequences
4848

49-
Given larger data, deep learning models, such as Microsoft's ForecastTCN, can improve the scores of the resulting model.
49+
Given larger data, deep learning models, such as Microsoft's ForecastTCN, can improve the scores of the resulting model. To leverage ForecastTCN set the `enable_dnn= True` in your AutoMLConfig or select the **Enable deep learning** setting in the Automated ML SDK and UI respectively.
5050

5151
Native time series learners are also provided as part of automated ML. Prophet works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is accurate & fast, robust to outliers, missing data, and dramatic changes in your time series.
5252

0 commit comments

Comments
 (0)