Skip to content

Commit a404442

Browse files
authored
Merge pull request #89539 from j-martens/patch-656
Update tutorial-first-experiment-automated-ml.md
2 parents cb0c58d + 2f1317c commit a404442

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

articles/machine-learning/service/tutorial-first-experiment-automated-ml.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
ms.author: tzvikei
1010
author: tsikiksr
1111
ms.reviewer: nibaccam
12-
ms.date: 09/09/2019
12+
ms.date: 09/26/2019
1313

1414
# Customer intent: As a non-coding data scientist, I want to use automated machine learning techniques so that I can build a classification model.
1515
---
@@ -55,10 +55,11 @@ You complete the following experiment set-up and run steps in the workspace land
5555

5656
1. Select **Get started**.
5757

58-
1. Select **Automated ML** under the **Authoring** section, on the left side pane.
59-
You'll see the **Getting started** screen, since this is your first experiment with Automated Machine Learning.
58+
1. In the left pane, select **Automated ML** under the **Authoring** section.
6059

61-
![Azure Machine Learning studio](media/tutorial-1st-experiment-automated-ml/get-started.png)
60+
Since this is your first automated ML experiment, you'll see the Getting started screen.
61+
62+
![Azure Machine Learning studio](media/tutorial-1st-experiment-automated-ml/get-started.png)
6263

6364
1. Select **Create experiment**.
6465

@@ -76,6 +77,7 @@ You'll see the **Getting started** screen, since this is your first experiment w
7677
>For this tutorial, you'll use the default storage account and container created with your new compute. They automatically populate in the form.
7778
7879
1. Select **Create** to get the compute target.
80+
7981
**This takes a couple minutes to complete.**
8082

8183
1. After creation, select your new compute target from the drop-down list and select **Next**.
@@ -89,18 +91,18 @@ You'll see the **Getting started** screen, since this is your first experiment w
8991
1. Give your dataset a unique name and provide an optional description.
9092

9193
1. Select **Next** on the bottom left, to upload it to the default container that was automatically set up during your workspace creation. Public preview supports only local file uploads.
92-
93-
1. When the upload is complete, the **Settings and preview** form is intelligently populated based on the file type. Ensure the form is populated as follows.
94+
95+
When the upload is complete, the Settings and preview form is pre-populated based on the file type.
96+
97+
1. Verify that the **Settings and preview** form is populated as follows and select **Next**.
9498

95-
Field|Value
99+
Field|Value for tutorial
96100
---|---
97101
File format| Delimited
98102
Delimiter| Comma
99103
Encoding| UTF-8
100104
Column headers| All files have same headers
101105
Skip rows | None
102-
103-
Select **Next**.
104106

105107
1. The **Schema** form allows for further configuration of your data for this experiment. For this example, select the toggle switch for the **day_of_week** feature, so as to not include it for this experiment. Select **Done**, to complete the file upload and creation of the dataset for your experiment.
106108

@@ -113,16 +115,17 @@ You'll see the **Getting started** screen, since this is your first experiment w
113115
1. Expand **Advanced Settings** and populate the fields as follows.
114116

115117
>[!NOTE]
116-
> For this experiment, you don't set a metric score or max cores per iterations threshold. You also don't block algorithms from being tested.
118+
> In this tutorial, you won't set a metric score or max cores per iterations threshold. Nor will you block algorithms from being tested.
119+
120+
Advanced settings|Description|Value for tutorial
121+
------|---------|---
122+
Primary metric| Evaluation metric that the machine learning algorithm will be measured by.|AUC_weighted
123+
Exit criteria| If a criteria is met, the training job is stopped. |Training&nbsp;job&nbsp;time: 5 <br> <br> Max&nbsp;#&nbsp;of&nbsp;iterations&#58;10
124+
Preprocessing| Enables preprocessing done by automated machine learning. This includes automatic data cleansing, preparing, and transformation to generate synthetic features.| Enable
125+
Validation type | Choose a cross-validation type.|K-fold cross-validation
126+
Number of validations | Number of tests. | 2 cross-validations
127+
Concurrency| The number of max concurrent iterations.|5
117128

118-
Advanced&nbsp;settings|Description|Value&nbsp;for&nbsp;tutorial
119-
------|---------|---
120-
Primary metric| Evaluation metric that the machine learning algorithm will be measured by.|**AUC_weighted**
121-
Exit criteria| When any of these criteria are met, the training job ends even if it didn't fully complete. |Training&nbsp;job&nbsp;time&nbsp;(minutes): **5** <br> <br> Max&nbsp;#&nbsp;of&nbsp;iterations&#58;**10**
122-
Preprocessing| Enables preprocessing done by automated machine learning. This includes automatic data cleansing, preparing, and transformation to generate synthetic features.| Enable
123-
Validation| Validation type and number of tests. | **K-fold** cross-validation<br><br> cross-validations: **2**
124-
Concurrency| The number of max concurrent iterations.|**5**
125-
126129
1. Select **Start** to run the experiment. A screen appears with a status message as the experiment preparation begins.
127130

128131
>[!IMPORTANT]

0 commit comments

Comments
 (0)