Skip to content

Commit 6cdeb66

Browse files
committedOct 27, 2021
new gifs + edit step
1 parent c6f3f37 commit 6cdeb66

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed
 

‎articles/machine-learning/how-to-use-automated-ml-for-ml-models.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ Otherwise, you'll see a list of your recent automated ML experiments, including
8989

9090
1. Select a target column; this is the column that you would like to do predictions on.
9191

92-
1. Select a compute for the data profiling and training job. A list of your existing computes is available in the dropdown. To create a new compute, follow the instructions in step 7.
92+
1. Select a compute type for the data profiling and training job. You can select a [compute cluster](concept-compute-target.md#azure-machine-learning-compute-managed) or [compute instance](concept-compute-instance.md).
93+
94+
1. Select a compute from the dropdown list of your existing computes. To create a new compute, follow the instructions in step 8.
9395

9496
1. Select **Create a new compute** to configure your compute context for this experiment.
9597

Loading
Loading
Loading

‎articles/machine-learning/tutorial-automated-ml-forecast.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,11 @@ After you load and configure your data, set up your remote compute target and se
107107

108108
1. Select **cnt** as the target column, what you want to predict. This column indicates the number of total bike share rentals.
109109

110-
1. Select **Create a new compute** and configure your compute target. Automated ML only supports Azure Machine Learning compute.
110+
1. Select **compute cluster** as your compute type.
111111

112-
1. Populate the **Virtual Machine** form to set up your compute.
112+
1. Select **+New** to configure your compute target. Automated ML only supports Azure Machine Learning compute.
113+
114+
1. Populate the **Select virtual machine** form to set up your compute.
113115

114116
Field | Description | Value for tutorial
115117
----|---|---
@@ -123,7 +125,7 @@ After you load and configure your data, set up your remote compute target and se
123125
----|---|---
124126
Compute name | A unique name that identifies your compute context. | bike-compute
125127
Min / Max nodes| To profile data, you must specify 1 or more nodes.|Min nodes: 1<br>Max nodes: 6
126-
Idle seconds before scale down | Idle time before the cluster is automatically scaled down to the minimum node count.|120 (default)
128+
Idle seconds before scale down | Idle time before the cluster is automatically scaled down to the minimum node count.|1800 (default)
127129
Advanced settings | Settings to configure and authorize a virtual network for your experiment.| None
128130

129131
1. Select **Create** to get the compute target.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ After you load and configure your data, you can set up your experiment. This set
124124

125125
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.
126126

127-
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.
128-
1. Populate the **Virtual Machine** form to set up your compute.
127+
1. Select **compute cluster** as your compute type.
128+
129+
1. **+New** to 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.
130+
1. Populate the **Select virtual machine** form to set up your compute.
129131

130132
Field | Description | Value for tutorial
131133
----|---|---

0 commit comments

Comments
 (0)
Please sign in to comment.