Skip to content

Commit b9735af

Browse files
authored
Merge pull request #241307 from ssalgadodev/ForecastingGifUpdate
Gif change and language update
2 parents bece27d + 526f852 commit b9735af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
-4.41 MB
Loading

articles/machine-learning/tutorial-automated-ml-forecast.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
author: manashgoswami
1010
ms.author: magoswam
1111
ms.reviewer: ssalgado
12-
ms.date: 10/21/2021
12+
ms.date: 06/12/2023
1313
ms.custom: automl, ignite-2022
1414
#Customer intent: As a non-coding data scientist, I want to use automated machine learning to build a demand forecasting model.
1515
---
@@ -140,12 +140,12 @@ After you load and configure your data, set up your remote compute target and se
140140

141141
Complete the setup for your automated ML experiment by specifying the machine learning task type and configuration settings.
142142

143-
1. On the **Task type and settings** form, select **Time series forecasting** as the machine learning task type.
143+
1. On the **Task type and settings** form, select **Time series forecasting** as the machine learning task type.
144144

145145
1. Select **date** as your **Time column** and leave **Time series identifiers** blank.
146146

147147
1. The **Frequency** is how often your historic data is collected. Keep **Autodetect** selected.
148-
148+
1.
149149
1. The **forecast horizon** is the length of time into the future you want to predict. Deselect **Autodetect** and type 14 in the field.
150150

151151
1. Select **View additional configuration settings** and populate the fields as follows. These settings are to better control the training job and specify settings for your forecast. Otherwise, defaults are applied based on experiment selection and data.
@@ -182,9 +182,9 @@ Navigate to the **Models** tab to see the algorithms (models) tested. By default
182182

183183
While you wait for all of the experiment models to finish, select the **Algorithm name** of a completed model to explore its performance details.
184184

185-
The following example navigates through the **Details** and the **Metrics** tabs to view the selected model's properties, metrics and performance charts.
185+
The following example navigates to select a model from the list of models that the job created. Then, you select the **Overview** and the **Metrics** tabs to view the selected model's properties, metrics and performance charts.
186186

187-
![Run detail](./media/tutorial-automated-ml-forecast/explore-models.gif)
187+
![Run Overview](./media/tutorial-automated-ml-forecast/explore-models.gif)
188188

189189
## Deploy the model
190190

0 commit comments

Comments
 (0)