Skip to content

Commit 4d0aeeb

Browse files
Additional edits.
1 parent aef562b commit 4d0aeeb

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ Complete the following experiment set-up and run steps by using the Azure Machin
8080

8181
1. In **Training method**, select **Train automatically**, then select **Start configuring job**.
8282

83-
1. In **Basic settings**, select **Create new**, then for **Experiment name**, enter *my-1st-automl-experiment*.\
83+
1. In **Basic settings**, select **Create new**, then for **Experiment name**, enter *my-1st-automl-experiment*.
8484

8585
1. Select **Next** to load your dataset.
8686

8787
## Create and load a dataset as a data asset
8888

89-
Before you configure your experiment, upload your data file to your workspace in the form of an Azure Machine Learning data asset. For this tutorial, you can think of a data asset as your dataset for the AutoML job. Doing so allows you to ensure that your data is formatted appropriately for your experiment.
89+
Before you configure your experiment, upload the data file to your workspace in the form of an Azure Machine Learning data asset. For this tutorial, you can think of a data asset as your dataset for the Automated ML job. Doing so allows you to ensure that your data is formatted appropriately for your experiment.
9090

9191
1. In **Task type & data**, for **Select task type**, choose **Classification**.
9292

@@ -102,7 +102,7 @@ Before you configure your experiment, upload your data file to your workspace in
102102
1. Choose the *bankmarketing_train.csv* file on your local computer. You downloaded this file as a [prerequisite](https://automlsamplenotebookdata.blob.core.windows.net/automl-sample-notebook-data/bankmarketing_train.csv).
103103
1. Select **Next**.
104104

105-
When the upload finishes, the **Data preview** area is prepopulated based on the file type.
105+
When the upload finishes, the **Data preview** area is populated based on the file type.
106106

107107
1. In the **Settings** form, review the values for your data. Then select **Next**.
108108

@@ -148,7 +148,7 @@ After you load and configure your data, you can set up your experiment. This set
148148
1. For **Validation type**, select **k-fold cross-validation**.
149149
1. For **Number of cross validations**, select **2**.
150150

151-
1. Select **Next**
151+
1. Select **Next**.
152152
1. Select **compute cluster** as your compute type.
153153

154154
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.
@@ -187,21 +187,18 @@ A compute target is a local or cloud-based resource environment used to run your
187187
1. Select **Submit training job** to run the experiment. The **Overview** screen opens with the **Status** at the top as the experiment preparation begins. This status updates as the experiment progresses. Notifications also appear in the studio to inform you of the status of your experiment.
188188

189189
>[!IMPORTANT]
190-
> Preparation takes **10-15 minutes** to prepare the experiment run.
191-
> Once running, it takes **2-3 minutes more for each iteration**.
190+
> Preparation takes **10-15 minutes** to prepare the experiment run. Once running, it takes **2-3 minutes more for each iteration**.
192191
>
193-
> In production, you'd likely walk away for a bit. But for this tutorial, we suggest you start exploring the tested algorithms on the **Models** tab as they complete while the others are still running.
192+
> In production, you'd likely walk away for a bit. But for this tutorial, you can start exploring the tested algorithms on the **Models** tab as they complete while the others continue to run.
194193
195-
## Explore models
194+
## Explore models
196195

197196
Navigate to the **Models + child jobs** tab to see the algorithms (models) tested. By default, the job orders the models by metric score as they complete. For this tutorial, the model that scores the highest based on the chosen **AUCWeighted** metric is at the top of the list.
198197

199198
While you wait for all of the experiment models to finish, select the **Algorithm name** of a completed model to explore its performance details. Select the **Overview** and the **Metrics** tabs for information about the job.
200199

201200
The following animation views the selected model's properties, metrics, and performance charts.
202201

203-
![Run iteration detail](./media/tutorial-first-experiment-automated-ml/run-detail.gif)
204-
205202
:::image type="content" source="./media/tutorial-first-experiment-automated-ml/run-detail.gif" alt-text="Animation that shows different views available for a child job." lightbox="./media/tutorial-first-experiment-automated-ml/run-detail.gif":::
206203

207204
## View model explanations
@@ -219,7 +216,7 @@ To generate model explanations:
219216
1. Select your compute type and then select the instance or cluster: **automl-compute** that you created previously. This compute starts a child job to generate the model explanations.
220217
1. Select **Create**. A green success message appears.
221218

222-
>[!NOTE]
219+
> [!NOTE]
223220
> The explainability job takes about 2-5 minutes to complete.
224221
225222
1. Select **Explanations (preview)**. This tab populates after the explainability run completes.

0 commit comments

Comments
 (0)