Skip to content

Commit 6647ee3

Browse files
authored
Merge pull request #95391 from paulth1/automobile-price-train-score-and-deploy
edit pass: Automobile price train score and deploy
2 parents 0bf7af7 + e47bfb7 commit 6647ee3

File tree

5 files changed

+96
-96
lines changed

5 files changed

+96
-96
lines changed
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tutorial: Deploy a machine learning model with the designer'
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to build a predictive analytics solution in Azure Machine Learning designer (preview). Train, score, and deploy a machine learning model using drag and drop modules.
4+
description: Learn how to build a predictive analytics solution in Azure Machine Learning designer (preview). Train, score, and deploy a machine learning model by using drag-and-drop modules.
55

66
author: peterclu
77
ms.author: peterlu
@@ -15,27 +15,27 @@ ms.date: 11/04/2019
1515
# Tutorial: Deploy a machine learning model with the designer (preview)
1616
[!INCLUDE [applies-to-skus](../../../includes/aml-applies-to-enterprise-sku.md)]
1717

18-
You can deploy the predictive model developed in [part one of the tutorial](tutorial-designer-automobile-price-train-score.md) to give others a chance to use it. In part 1, you trained your model. Now, it's time to generate new predictions based on user input. In this part of the tutorial, you will:
18+
You can deploy the predictive model developed in [part one of the tutorial](tutorial-designer-automobile-price-train-score.md) to give others a chance to use it. In part one, you trained your model. Now, it's time to generate new predictions based on user input. In this part of the tutorial, you will:
1919

2020
> [!div class="checklist"]
21-
> * Create a real-time inference pipeline
22-
> * Create an inferencing cluster
23-
> * Deploy a real-time endpoint
24-
> * Test a real-time endpoint
21+
> * Create a real-time inference pipeline.
22+
> * Create an inferencing cluster.
23+
> * Deploy the real-time endpoint.
24+
> * Test the real-time endpoint.
2525
2626
## Prerequisites
2727

2828
Complete [part one of the tutorial](tutorial-designer-automobile-price-train-score.md) to learn how to train and score a machine learning model in the designer.
2929

3030
## Create a real-time inference pipeline
3131

32-
In order to deploy your pipeline, you must first convert the training pipeline into a real-time inference pipeline. This process removes training modules and adds inputs and outputs for inferencing requests.
32+
To deploy your pipeline, you must first convert the training pipeline into a real-time inference pipeline. This process removes training modules and adds inputs and outputs for inferencing requests.
3333

3434
### Create a real-time inference pipeline
3535

36-
1. Above the pipeline canvas, select **Create inference pipeline** > **Real-time inference pipeline**
36+
1. Above the pipeline canvas, select **Create inference pipeline** > **Real-time inference pipeline**.
3737

38-
Your pipeline should now look like this:
38+
Your pipeline should now look like this:
3939

4040
![Screenshot showing the expected configuration of the pipeline after preparing it for deployment](./media/ui-tutorial-automobile-price-deploy/real-time-inference-pipeline.png)
4141

@@ -44,13 +44,13 @@ In order to deploy your pipeline, you must first convert the training pipeline i
4444
* The trained model is stored as a **Dataset** module in the module palette. You can find it under **My Datasets**.
4545
* Training modules like **Train Model** and **Split Data** are removed.
4646
* The saved trained model is added back into the pipeline.
47-
* **Web Service Input** and **Web Service Output** modules are added. These modules show where user data will enter the model, and where data is returned.
47+
* **Web Service Input** and **Web Service Output** modules are added. These modules show where user data enters the model and where data is returned.
4848

49-
> [!Note]
50-
> The **training pipeline** is saved under the new tab at the top of the pipeline canvas. It can also be found as a published pipeline in the designer.
49+
> [!NOTE]
50+
> The *training pipeline* is saved under the new tab at the top of the pipeline canvas. It can also be found as a published pipeline in the designer.
5151
>
5252
53-
1. Select **Run** and use the same compute target and experiment you used in part 1.
53+
1. Select **Run**, and use the same compute target and experiment that you used in part one.
5454

5555
1. Select the **Score Model** module.
5656

@@ -60,24 +60,24 @@ In order to deploy your pipeline, you must first convert the training pipeline i
6060

6161
## Create an inferencing cluster
6262

63-
In the dialog that appears, you can select from any existing Azure Kubernetes Service (AKS) clusters in to deploy your model to. If you don't have an AKS cluster, use the following steps to create one.
63+
In the dialog box that appears, you can select from any existing Azure Kubernetes Service (AKS) clusters to deploy your model to. If you don't have an AKS cluster, use the following steps to create one.
6464

65-
1. Select **Compute** in the dialog box that appears to navigate to the **Compute** page.
65+
1. Select **Compute** in the dialog box that appears to go to the **Compute** page.
6666

67-
1. In the navigation ribbon, select **Inference Clusters** > **+ New**.
67+
1. On the navigation ribbon, select **Inference Clusters** > **+ New**.
6868

69-
![Screenshot showing how to navigate to the new inference cluster pane](./media/ui-tutorial-automobile-price-deploy/new-inference-cluster.png)
69+
![Screenshot showing how to get to the new inference cluster pane](./media/ui-tutorial-automobile-price-deploy/new-inference-cluster.png)
7070

7171
1. In the inference cluster pane, configure a new Kubernetes Service.
7272

73-
1. Enter "aks-compute" for the **Compute name**.
73+
1. Enter *aks-compute* for the **Compute name**.
7474

75-
1. Select a nearby available **Region**.
75+
1. Select a nearby region that's available for the **Region**.
7676

7777
1. Select **Create**.
7878

79-
> [!Note]
80-
> It takes approximately 15 minutes to create a new AKS service. You can check the provisioning state on the **Inference Clusters** page
79+
> [!NOTE]
80+
> It takes approximately 15 minutes to create a new AKS service. You can check the provisioning state on the **Inference Clusters** page.
8181
>
8282
8383
## Deploy the real-time endpoint
@@ -94,21 +94,21 @@ After your AKS service has finished provisioning, return to the real-time infere
9494

9595
![Screenshot showing how to set up a new real-time endpoint](./media/ui-tutorial-automobile-price-deploy/setup-endpoint.png)
9696

97-
A success notification above the canvas will appear when deployment completes, it may take a few minutes.
97+
A success notification above the canvas appears after deployment finishes. It might take a few minutes.
9898

9999
## Test the real-time endpoint
100100

101-
Once deployment completes, you can test your real-time endpoint by navigating to the **Endpoints** page.
101+
After deployment finishes, you can test your real-time endpoint by going to the **Endpoints** page.
102102

103103
1. On the **Endpoints** page, select the endpoint you deployed.
104104

105105
![Screenshot showing the real-time endpoints tab with the recently created endpoint highlighted](./media/ui-tutorial-automobile-price-deploy/endpoints.png)
106106

107107
1. Select **Test**.
108108

109-
1. You can manually input testing data or use the autofilled sample data and select **Test**.
109+
1. You can manually input testing data or use the autofilled sample data, and select **Test**.
110110

111-
The portal submits a test request to the endpoint and shows the results. Although a price value is generated for the input data, it is not used to generate the prediction value.
111+
The portal submits a test request to the endpoint and shows the results. Although a price value is generated for the input data, it isn't used to generate the prediction value.
112112

113113
![Screenshot showing how to test the real-time endpoint with the scored label for price highlighted](./media/ui-tutorial-automobile-price-deploy/test-endpoint.png)
114114

@@ -118,7 +118,7 @@ Once deployment completes, you can test your real-time endpoint by navigating to
118118

119119
## Next steps
120120

121-
In this tutorial, you learned the key steps in creating, deploying, and consuming a machine learning model in the designer. To learn more about how you can use the designer to solve other types of problems, see out our other sample pipelines.
121+
In this tutorial, you learned the key steps in how to create, deploy, and consume a machine learning model in the designer. To learn more about how you can use the designer to solve other types of problems, see our other sample pipelines.
122122

123123
> [!div class="nextstepaction"]
124124
> [Credit risk classification sample](how-to-designer-sample-classification-credit-risk-cost-sensitive.md)

0 commit comments

Comments
 (0)