Skip to content

Commit 960e45e

Browse files
Alt text and minor edits.
1 parent 5ae84e8 commit 960e45e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
author: ssalgadodev
1010
ms.author: ssalgado
1111
ms.reviewer: manashg
12-
ms.date: 09/27/2024
12+
ms.date: 09/30/2024
1313
ms.custom: automl, build-2023
1414
#Customer intent: As a non-coding data scientist, I want to use automated machine learning techniques so that I can build a classification model.
1515
---
@@ -74,7 +74,7 @@ Complete the following experiment set-up and run steps by using the Azure Machin
7474

7575
Because this tutorial is your first automated ML experiment, you see an empty list and links to documentation.
7676

77-
:::image type="content" source="./media/tutorial-first-experiment-automated-ml/get-started.png" alt-text="REPLACE SCREENSHOT":::
77+
:::image type="content" source="./media/tutorial-first-experiment-automated-ml/get-started.png" alt-text="Screenshot shows the Automated ML page where you can create a new Automated ML job." ="./media/tutorial-first-experiment-automated-ml/get-started.png":::
7878

7979
1. Select **New Automated ML job**.
8080

@@ -116,7 +116,7 @@ Before you configure your experiment, upload your data file to your workspace in
116116

117117
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**, so as to not include it. Select **Next**.
118118

119-
:::image type="content" source="./media/tutorial-first-experiment-automated-ml/configure-schema-tab.png" alt-text="Schema form":::
119+
:::image type="content" source="./media/tutorial-first-experiment-automated-ml/configure-schema-tab.png" alt-text="Screenshot shows the Schema form where you can exlcued columns from your data.":::
120120

121121
1. In the **Review** form, verify your information, and then select **Create**.
122122

@@ -176,7 +176,7 @@ A compute target is a local or cloud-based resource environment used to run your
176176
| Idle seconds before scale down | Idle time before the cluster is automatically scaled down to the minimum node count.|120 (default) |
177177
| Advanced settings | Settings to configure and authorize a virtual network for your experiment.| None |
178178

179-
:::image type="content" source="./media/tutorial-first-experiment-automated-ml/compute-settings.png" alt-text="Settings page":::
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":::
180180

181181
1. Select **Create**.
182182

@@ -196,17 +196,19 @@ A compute target is a local or cloud-based resource environment used to run your
196196

197197
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.
198198

199-
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 **Overiew** and the **Metrics** tabs for information about the job.
199+
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.
200200

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

203203
![Run iteration detail](./media/tutorial-first-experiment-automated-ml/run-detail.gif)
204204

205+
:::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":::
206+
205207
## View model explanations
206208

207209
While you wait for the models to complete, you can also take a look at model explanations and see which data features (raw or engineered) influenced a particular model's predictions.
208210

209-
These model explanations can be generated on demand, and are summarized in the model explanations dashboard that's part of the **Explanations (preview)** tab.
211+
These model explanations can be generated on demand. The model explanations dashboard that's part of the **Explanations (preview)** tab summarizes these explanations.
210212

211213
To generate model explanations:
212214

@@ -224,17 +226,15 @@ To generate model explanations:
224226
1. On the left, expand the pane. Under **Features**, select the row that says **raw**.
225227
1. Select the **Aggregate feature importance** tab. This chart shows which data features influenced the predictions of the selected model.
226228

227-
:::image type="content" source="media/tutorial-first-experiment-automated-ml/model-explanation-dashboard.png" alt-text="Model explanation dashboard":::
229+
:::image type="content" source="media/tutorial-first-experiment-automated-ml/model-explanation-dashboard.png" alt-text="Screenshot shows the Model explanation dashboard, displaying an aggregate feature importance chart." lightbox="media/tutorial-first-experiment-automated-ml/model-explanation-dashboard.png":::
228230

229231
In this example, the *duration* appears to have the most influence on the predictions of this model.
230232

231233
## Deploy the best model
232234

233-
The automated machine learning interface allows you to deploy the best model as a web service in a few steps. Deployment is the integration of the model so it can predict on new data and identify potential areas of opportunity.
234-
235-
For this experiment, deployment to a web service means that the financial institution now has an iterative and scalable web solution for identifying potential fixed term deposit customers.
235+
The automated machine learning interface allows you to deploy the best model as a web service. *Deployment* is the integration of the model so it can predict on new data and identify potential areas of opportunity. For this experiment, deployment to a web service means that the financial institution now has an iterative and scalable web solution for identifying potential fixed term deposit customers.
236236

237-
Check to see if your experiment run is complete. To do so, navigate back to the parent job page by selecting the job name at the top of your screen. A **Completed** status is shown on the top left of the screen.
237+
Check to see whether your experiment run is complete. To do so, navigate back to the parent job page by selecting the job name at the top of your screen. A **Completed** status is shown on the top left of the screen.
238238

239239
After the experiment run is complete, the **Details** page is populated with a **Best model summary** section. In this experiment context, **VotingEnsemble** is considered the best model, based on the **AUCWeighted** metric.
240240

@@ -258,19 +258,19 @@ Deploy this model. Deployment takes about 20 minutes to complete. The deployment
258258

259259
1. Select **Deploy**.
260260

261-
A green success message appears at the top of the **Job** screen, and in the **Model summary** pane, a status message appears under **Deploy status**. Select **Refresh** periodically to check the deployment status.
261+
A green success message appears at the top of the **Job** screen. In the **Model summary** pane, a status message appears under **Deploy status**. Select **Refresh** periodically to check the deployment status.
262262

263-
Now you have an operational web service to generate predictions.
263+
You have an operational web service to generate predictions.
264264

265265
Proceed to the [Related content](#related-content) to learn more about how to consume your new web service, and test your predictions using Power BI built in Azure Machine Learning support.
266266

267267
## Clean up resources
268268

269-
Deployment files are larger than data and experiment files, so they cost more to store. Delete only the deployment files to minimize costs to your account, or if you want to keep your workspace and experiment files. Otherwise, delete the entire resource group, if you don't plan to use any of the files.
269+
Deployment files are larger than data and experiment files, so they cost more to store. If you want to keep your workspace and experiment files, delete only the deployment files to minimize costs to your account. If you don't plan to use any of the files, delete the entire resource group.
270270

271271
### Delete the deployment instance
272272

273-
Delete just the deployment instance from Azure Machine Learning at https:\//ml.azure.com/, if you want to keep the resource group and workspace for other tutorials and exploration.
273+
Delete just the deployment instance from Azure Machine Learning at https:\//ml.azure.com/.
274274

275275
1. Go to [Azure Machine Learning](https://ml.azure.com/). Navigate to your workspace and under the **Assets** pane, select **Endpoints**.
276276

@@ -287,7 +287,7 @@ Delete just the deployment instance from Azure Machine Learning at https:\//ml.a
287287
In this automated machine learning tutorial, you used Azure Machine Learning's automated ML interface to create and deploy a classification model. For more information and next steps, see these resources:
288288

289289
- Learn more about [automated machine learning](concept-automated-ml.md).
290-
- Learn about classification metrics and charts, see the [Evaluate automated machine learning experiment results](how-to-understand-automated-ml.md) article.
290+
- Learn about classification metrics and charts: [Evaluate automated machine learning experiment results](how-to-understand-automated-ml.md) article.
291291
- Learn more about [how to set up AutoML for NLP](how-to-auto-train-nlp-models.md).
292292

293293
Also try automated machine learning for these other model types:

0 commit comments

Comments
 (0)