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/service/tutorial-first-experiment-automated-ml.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
9
9
ms.author: tzvikei
10
10
author: tsikiksr
11
11
ms.reviewer: nibaccam
12
-
ms.date: 09/09/2019
12
+
ms.date: 09/26/2019
13
13
14
14
# Customer intent: As a non-coding data scientist, I want to use automated machine learning techniques so that I can build a classification model.
15
15
---
@@ -76,7 +76,9 @@ You complete the following experiment set-up and run steps in the workspace land
76
76
>[!NOTE]
77
77
>For this tutorial, you'll use the default storage account and container created with your new compute. They automatically populate in the form.
78
78
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.**
80
82
81
83
1. After creation, select your new compute target from the drop-down list and select **Next**.
82
84
@@ -90,9 +92,9 @@ You complete the following experiment set-up and run steps in the workspace land
90
92
91
93
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
94
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.
94
96
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**.
96
98
97
99
Field|Value for tutorial
98
100
---|---
@@ -111,18 +113,18 @@ You complete the following experiment set-up and run steps in the workspace land
111
113
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.
112
114
113
115
1. Expand **Advanced Settings** and populate the fields as follows.
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 job time: 5 <br> <br> Max # of iterations: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
123
116
124
117
>[!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.
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 job time: 5 <br> <br> Max # of iterations: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
126
128
127
129
1. Select **Start** to run the experiment. A screen appears with a status message as the experiment preparation begins.
0 commit comments