Skip to content

Commit de60f2d

Browse files
authored
Update how-to-auto-train-forecast.md
1 parent 3f4792b commit de60f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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. Learn how to [configure your experiment for deep learning](#Configure-a-DNN-enable-Forecasting-experiment).
49+
Given larger data, deep learning models, such as Microsoft's ForecastTCN, can improve the scores of the resulting model. Learn how to [configure your experiment for deep learning](#configure-a-dnn-enable-forecasting-experiment).
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

@@ -191,7 +191,7 @@ automl_config = AutoMLConfig(task='forecasting',
191191
...
192192
**time_series_settings)
193193
```
194-
Learn more about [the AutoMLConfig](#Configure-and-run-experiment).
194+
Learn more about [the AutoMLConfig](#configure-and-run-experiment).
195195

196196
Alternatively, you can select the `Enable deep learning` option in the studio.
197197
![alt text](./media/how-to-auto-train-forecast/enable_dnn.png)

0 commit comments

Comments
 (0)