Skip to content

Commit 2f1317c

Browse files
authored
Update tutorial-first-experiment-automated-ml.md
1 parent 6fc5046 commit 2f1317c

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

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

Lines changed: 16 additions & 14 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
---
@@ -76,7 +76,9 @@ You complete the following experiment set-up and run steps in the workspace land
7676
>[!NOTE]
7777
>For this tutorial, you'll use the default storage account and container created with your new compute. They automatically populate in the form.
7878
79-
1. Select **Create** to get the compute target. <br/> **This takes a couple minutes to complete.**
79+
1. Select **Create** to get the compute target.
80+
81+
**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**.
8284

@@ -90,9 +92,9 @@ You complete the following experiment set-up and run steps in the workspace land
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.
9294

93-
When the upload is complete, the **Settings and preview** form is intelligently populated based on the file type.
95+
When the upload is complete, the Settings and preview form is pre-populated based on the file type.
9496

95-
1. Verify that the form is populated as follows and select **Next**.
97+
1. Verify that the **Settings and preview** form is populated as follows and select **Next**.
9698

9799
Field|Value for tutorial
98100
---|---
@@ -111,18 +113,18 @@ You complete the following experiment set-up and run steps in the workspace land
111113
1. Select **y** as the target column, what you want to predict. This column indicates whether the client subscribed to a term deposit or not.
112114

113115
1. Expand **Advanced Settings** and populate the fields as follows.
114-
115-
Advanced&nbsp;settings|Description|Value&nbsp;for&nbsp;tutorial
116-
------|---------|---
117-
Primary metric| Evaluation metric that the machine learning algorithm will be measured by.|AUC_weighted
118-
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
119-
Preprocessing| Enables preprocessing done by automated machine learning. This includes automatic data cleansing, preparing, and transformation to generate synthetic features.| Enable
120-
Validation type | Choose a cross-validation type.|K-fold cross-validation
121-
Number of validations | Number of tests. | 2 cross-validations
122-
Concurrency| The number of max concurrent iterations.|5
123116

124117
>[!NOTE]
125-
> For this experiment, you won't set a metric score or max cores per iterations threshold. Nor will you 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&nbsp;settings|Description|Value&nbsp;for&nbsp;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
126128

127129
1. Select **Start** to run the experiment. A screen appears with a status message as the experiment preparation begins.
128130

0 commit comments

Comments
 (0)