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
title: 'Tutorial: Deploy a machine learning model with the designer'
3
3
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 draganddrop 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.
5
5
6
6
author: peterclu
7
7
ms.author: peterlu
@@ -15,27 +15,27 @@ ms.date: 11/04/2019
15
15
# Tutorial: Deploy a machine learning model with the designer (preview)
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:
19
19
20
20
> [!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.
25
25
26
26
## Prerequisites
27
27
28
28
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.
29
29
30
30
## Create a real-time inference pipeline
31
31
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.

41
41
@@ -44,13 +44,13 @@ In order to deploy your pipeline, you must first convert the training pipeline i
44
44
* The trained model is stored as a **Dataset** module in the module palette. You can find it under **My Datasets**.
45
45
* Training modules like **Train Model** and **Split Data** are removed.
46
46
* 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.
48
48
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.
51
51
>
52
52
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.
54
54
55
55
1. Select the **Score Model** module.
56
56
@@ -60,24 +60,24 @@ In order to deploy your pipeline, you must first convert the training pipeline i
60
60
61
61
## Create an inferencing cluster
62
62
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.
64
64
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.
66
66
67
-
1.In the navigation ribbon, select **Inference Clusters** > **+ New**.
67
+
1.On the navigation ribbon, select **Inference Clusters** > **+ New**.
68
68
69
-

69
+

70
70
71
71
1. In the inference cluster pane, configure a new Kubernetes Service.
72
72
73
-
1. Enter "aks-compute" for the **Compute name**.
73
+
1. Enter *aks-compute* for the **Compute name**.
74
74
75
-
1. Select a nearby available **Region**.
75
+
1. Select a nearby region that's available for the**Region**.
76
76
77
77
1. Select **Create**.
78
78
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.
81
81
>
82
82
83
83
## Deploy the real-time endpoint
@@ -94,21 +94,21 @@ After your AKS service has finished provisioning, return to the real-time infere
94
94
95
95

96
96
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.
98
98
99
99
## Test the real-time endpoint
100
100
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.
102
102
103
103
1. On the **Endpoints** page, select the endpoint you deployed.
104
104
105
105

106
106
107
107
1. Select **Test**.
108
108
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**.
110
110
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.
112
112
113
113

114
114
@@ -118,7 +118,7 @@ Once deployment completes, you can test your real-time endpoint by navigating to
118
118
119
119
## Next steps
120
120
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.
0 commit comments