You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-automated-ml-forecast.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ ms.topic: tutorial
9
9
author: manashgoswami
10
10
ms.author: magoswam
11
11
ms.reviewer: ssalgado
12
-
ms.date: 06/12/2023
12
+
ms.date: 11/25/2023
13
13
ms.custom: automl, ignite-2022
14
14
#Customer intent: As a non-coding data scientist, I want to use automated machine learning to build a demand forecasting model.
15
15
---
16
16
17
17
# Tutorial: Forecast demand with no-code automated machine learning in the Azure Machine Learning studio
18
18
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.
20
20
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:
22
22
23
23
> [!div class="checklist"]
24
24
> * Create and load a dataset.
@@ -40,7 +40,7 @@ Also try automated machine learning for these other model types:
40
40
41
41
## Sign in to the studio
42
42
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.
44
44
45
45
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
46
46
@@ -62,9 +62,9 @@ Before you configure your experiment, upload your data file to your workspace in
62
62
63
63
1. Select **Next** on the bottom left
64
64
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.
66
66
67
-
1. Select **Upload files** from the **Upload** drop-down..
67
+
1. Select **Upload files** from the **Upload** drop-down.
68
68
69
69
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).
70
70
@@ -124,7 +124,7 @@ After you load and configure your data, set up your remote compute target and se
124
124
Field | Description | Value for tutorial
125
125
----|---|---
126
126
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
128
128
Idle seconds before scale down | Idle time before the cluster is automatically scaled down to the minimum node count.|120 (default)
129
129
Advanced settings | Settings to configure and authorize a virtual network for your experiment.| None
130
130
@@ -155,7 +155,7 @@ Complete the setup for your automated ML experiment by specifying the machine le
155
155
Primary metric| Evaluation metric that the machine learning algorithm will be measured by.|Normalized root mean squared error
156
156
Explain best model| Automatically shows explainability on the best model created by automated ML.| Enable
157
157
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 target lags: None <br> Target rolling window 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 target lags: None <br> Target rolling window size: None
159
159
Exit criterion| If a criteria is met, the training job is stopped. |Training job time (hours): 3 <br> Metric score threshold: None
160
160
Concurrency| The maximum number of parallel iterations executed per iteration| Max concurrent iterations: 6
0 commit comments