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
+20-22Lines changed: 20 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,22 +64,21 @@ You'll see the **Getting started** screen, since this is your first experiment w
64
64
65
65
1. Enter this experiment name: `my-1st-automl-experiment`
66
66
67
-
1. Select **Create a new compute**. A compute is a local or cloud based resource environment used to run your training script or host your service deployment. For this experiment we use a cloud based compute.
67
+
1. Select **Create a new compute** and configure your compute target. A compute target is a local or cloud based resource environment used to run your training script or host your service deployment. For this experiment we use a cloud based compute.
68
68
69
-
1. Configure your compute context for this experiment.
70
-
71
-
Field | Description | Value for tutorial
72
-
----|---|---
73
-
Compute name |A unique name that identifies your compute context.|automl-compute
74
-
Virtual machine size| Select the virtual machine size for your compute.|Standard_DS12_V2
75
-
Min / Max nodes:| To enable data profiling, you must have one or more nodes.|Min nodes: 1<br>Max nodes: 6.
76
-
77
-
1. To create your new compute, select **Create**. This takes a couple minutes to complete.
69
+
Field | Description | Value for tutorial
70
+
----|---|---
71
+
Compute name |A unique name that identifies your compute context.|automl-compute
72
+
Virtual machine size| Select the virtual machine size for your compute.|Standard_DS12_V2
73
+
Min / Max nodes (in Advanced Settings)| To profile data, you must specify 1 or more nodes.|Min nodes: 1<br>Max nodes: 6
78
74
79
-
1. When creation is complete, select your new compute from the drop-down list, and then select **Next**.
75
+
>[!NOTE]
76
+
>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
+
1. Select **Create** to get the compute target.
79
+
**This takes a couple minutes to complete.**
80
80
81
-
>[!NOTE]
82
-
>For this tutorial, you'll use the default storage account and container created with your new compute. They automatically populate in the form.
81
+
1. After creation, select your new compute target from the drop-down list and select **Next**.
83
82
84
83
1. Select **Upload from local file** to begin creating a new dataset.
85
84
@@ -107,23 +106,22 @@ You'll see the **Getting started** screen, since this is your first experiment w
1. Select **Classification** as the prediction task.
112
110
113
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.
114
112
115
113
1. Expand **Advanced Settings** and populate the fields as follows.
116
114
117
-
Advanced settings|Value
118
-
------|------
119
-
Primary metric| AUC_weighted
120
-
Exit criteria| When any of these criteria are met, the training job ends before full completion: <br> *Training job time (minutes)*: 5 <br> *Max number of iterations*: 10
121
-
Preprocessing| Enables preprocessing done by automated machine learning. This includes automatic data cleansing, preparing, and transformation to generate synthetic features.
122
-
Validation| Select K-fold cross-validation and **2** for the number of cross-validations.
123
-
Concurrency| Select **5** for the number of max concurrent iterations.
124
-
125
115
>[!NOTE]
126
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.
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**
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**
127
125
128
126
1. Select **Start** to run the experiment. A screen appears with a status message as the experiment preparation begins.
0 commit comments