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
@@ -75,8 +76,7 @@ You'll see the **Getting started** screen, since this is your first experiment w
75
76
>[!NOTE]
76
77
>For this tutorial, you'll use the default storage account and container created with your new compute. They automatically populate in the form.
77
78
78
-
1. Select **Create** to get the compute target.
79
-
**This takes a couple minutes to complete.**
79
+
1. Select **Create** to get the compute target. <br/> **This takes a couple minutes to complete.**
80
80
81
81
1. After creation, select your new compute target from the drop-down list and select **Next**.
82
82
@@ -89,18 +89,18 @@ You'll see the **Getting started** screen, since this is your first experiment w
89
89
1. Give your dataset a unique name and provide an optional description.
90
90
91
91
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.
92
+
93
+
When the upload is complete, the **Settings and preview** form is intelligently populated based on the file type.
94
+
95
+
1. Verify that the form is populated as follows and select **Next**.
94
96
95
-
Field|Value
97
+
Field|Value for tutorial
96
98
---|---
97
99
File format| Delimited
98
100
Delimiter| Comma
99
101
Encoding| UTF-8
100
102
Column headers| All files have same headers
101
103
Skip rows | None
102
-
103
-
Select **Next**.
104
104
105
105
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.
106
106
@@ -111,18 +111,19 @@ You'll see the **Getting started** screen, since this is your first experiment w
111
111
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
112
113
113
1. Expand **Advanced Settings** and populate the fields as follows.
114
-
115
-
>[!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.
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 job time (minutes): **5**<br> <br> Max # of iterations:**10**
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 job time (minutes): 5 <br> <br> Max # of iterations:10
122
119
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**
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
125
123
124
+
>[!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.
126
+
126
127
1. Select **Start** to run the experiment. A screen appears with a status message as the experiment preparation begins.
0 commit comments