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/tutorial-first-experiment-automated-ml.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,10 +151,10 @@ After you load and configure your data, you can set up your experiment. This set
151
151
1. Select **Next**.
152
152
1. Select **compute cluster** as your compute type.
153
153
154
-
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, you can either try a cloud-based serverless compute (preview) or create your own cloud-based compute.
154
+
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, you can either try a cloud-based serverless compute (preview) or create your own cloud-based compute.
155
155
156
-
> [!NOTE]
157
-
> To use serverless compute, [enable the preview feature](./how-to-use-serverless-compute.md#how-to-use-serverless-compute), select **Serverless**, and skip this procedure.
156
+
> [!NOTE]
157
+
> To use serverless compute, [enable the preview feature](./how-to-use-serverless-compute.md#how-to-use-serverless-compute), select **Serverless**, and skip this procedure.
158
158
159
159
1. To create your own compute target, in **Select compute type**, select **Compute cluster** to configure your compute target.
160
160
@@ -169,15 +169,15 @@ A compute target is a local or cloud-based resource environment used to run your
169
169
170
170
1. Select **Next** to go to the **Advanced Settings** form.
171
171
172
+
:::image type="content" source="./media/tutorial-first-experiment-automated-ml/compute-settings.png" alt-text="Screenshot shows the Advanced Settings page, where you enter values for your compute cluster." lightbox="./media/tutorial-first-experiment-automated-ml/compute-settings.png":::
173
+
172
174
| Field | Description | Value for tutorial |
173
175
|:----|:---|:---|
174
176
| Compute name | A unique name that identifies your compute context. | automl-compute |
175
177
| Min / Max nodes| To profile data, you must specify 1 or more nodes. | Min nodes: 1<br>Max nodes: 6 |
176
178
| Idle seconds before scale down | Idle time before the cluster is automatically scaled down to the minimum node count.|120 (default) |
177
179
| Advanced settings | Settings to configure and authorize a virtual network for your experiment.| None |
178
180
179
-
:::image type="content" source="./media/tutorial-first-experiment-automated-ml/compute-settings.png" alt-text="Screenshot shows the Advanced Settings page, where you enter values for your compute cluster." lightbox="./media/tutorial-first-experiment-automated-ml/compute-settings.png":::
0 commit comments