Skip to content

Commit 01b7589

Browse files
Merge pull request #259920 from ssalgadodev/patch-44
Update tutorial-automated-ml-forecast.md
2 parents 06ea5f8 + c5b3c45 commit 01b7589

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ ms.topic: tutorial
99
author: manashgoswami
1010
ms.author: magoswam
1111
ms.reviewer: ssalgado
12-
ms.date: 06/12/2023
12+
ms.date: 11/25/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
---
1616

1717
# Tutorial: Forecast demand with no-code automated machine learning in the Azure Machine Learning studio
1818

19-
Learn how to create a [time-series forecasting model](concept-automated-ml.md#time-series-forecasting) without writing a single line of code using automated machine learning in the Azure Machine Learning studio. This model will predict rental demand for a bike sharing service.
19+
Learn how to create a [time-series forecasting model](concept-automated-ml.md#time-series-forecasting) without writing a single line of code using automated machine learning in the Azure Machine Learning studio. This model predicts rental demand for a bike sharing service.
2020

21-
You won't write any code in this tutorial, you'll use the studio interface to perform training. You'll learn how to do the following tasks:
21+
You don't write any code in this tutorial, you use the studio interface to perform training. You learn how to do the following tasks:
2222

2323
> [!div class="checklist"]
2424
> * Create and load a dataset.
@@ -40,7 +40,7 @@ Also try automated machine learning for these other model types:
4040

4141
## Sign in to the studio
4242

43-
For this tutorial, you create your automated ML experiment run in Azure Machine Learning studio, a consolidated web interface that includes machine learning tools to perform data science scenarios for data science practitioners of all skill levels. The studio is not supported on Internet Explorer browsers.
43+
For this tutorial, you create your automated ML experiment run in Azure Machine Learning studio, a consolidated web interface that includes machine learning tools to perform data science scenarios for data science practitioners of all skill levels. The studio isn't supported on Internet Explorer browsers.
4444

4545
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
4646

@@ -62,9 +62,9 @@ Before you configure your experiment, upload your data file to your workspace in
6262

6363
1. Select **Next** on the bottom left
6464

65-
1. On the **Datastore and file selection** form, select the default datastore that was automatically set up during your workspace creation, **workspaceblobstore (Azure Blob Storage)**. This is the storage location where you'll upload your data file.
65+
1. On the **Datastore and file selection** form, select the default datastore that was automatically set up during your workspace creation, **workspaceblobstore (Azure Blob Storage)**. This is the storage location where you upload your data file.
6666

67-
1. Select **Upload files** from the **Upload** drop-down..
67+
1. Select **Upload files** from the **Upload** drop-down.
6868

6969
1. Choose the **bike-no.csv** file on your local computer. This is the file you downloaded as a [prerequisite](https://github.com/Azure/azureml-examples/blob/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/forecasting-bike-share/bike-no.csv).
7070

@@ -124,7 +124,7 @@ After you load and configure your data, set up your remote compute target and se
124124
Field | Description | Value for tutorial
125125
----|---|---
126126
Compute name | A unique name that identifies your compute context. | bike-compute
127-
Min / Max nodes| To profile data, you must specify 1 or more nodes.|Min nodes: 1<br>Max nodes: 6
127+
Min / Max nodes| To profile data, you must specify one or more nodes.|Min nodes: 1<br>Max nodes: 6
128128
Idle seconds before scale down | Idle time before the cluster is automatically scaled down to the minimum node count.|120 (default)
129129
Advanced settings | Settings to configure and authorize a virtual network for your experiment.| None
130130

@@ -155,7 +155,7 @@ Complete the setup for your automated ML experiment by specifying the machine le
155155
Primary metric| Evaluation metric that the machine learning algorithm will be measured by.|Normalized root mean squared error
156156
Explain best model| Automatically shows explainability on the best model created by automated ML.| Enable
157157
Blocked algorithms | Algorithms you want to exclude from the training job| Extreme Random Trees
158-
Additional forecasting settings| These settings help improve the accuracy of your model. <br><br> _**Forecast target lags:**_ how far back you want to construct the lags of the target variable <br> _**Target rolling window**_: specifies the size of the rolling window over which features, such as the *max, min* and *sum*, will be generated. | <br><br>Forecast&nbsp;target&nbsp;lags: None <br> Target&nbsp;rolling&nbsp;window&nbsp;size: None
158+
Additional forecasting settings| These settings help improve the accuracy of your model. <br><br> _**Forecast target lags:**_ how far back you want to construct the lags of the target variable <br> _**Target rolling window**_: specifies the size of the rolling window over which features, such as the *max, min* and *sum*, is generated. | <br><br>Forecast&nbsp;target&nbsp;lags: None <br> Target&nbsp;rolling&nbsp;window&nbsp;size: None
159159
Exit criterion| If a criteria is met, the training job is stopped. |Training&nbsp;job&nbsp;time (hours): 3 <br> Metric&nbsp;score&nbsp;threshold: None
160160
Concurrency| The maximum number of parallel iterations executed per iteration| Max&nbsp;concurrent&nbsp;iterations: 6
161161

0 commit comments

Comments
 (0)