Skip to content

Commit 6e43b4a

Browse files
authored
Merge pull request #200231 from YutongTie-MSFT/patch-165
(AzureCXP) fixes MicrosoftDocs/azure-docs#93803
2 parents 00c1fe2 + c2c43bd commit 6e43b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/tutorial-designer-automobile-price-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To deploy your pipeline, you must first convert the training pipeline into a rea
5757

5858
> [!NOTE]
5959
> By default, the **Web Service Input** will expect the same data schema as the component output data which connects to the same downstream port as it. In this sample, **Web Service Input** and **Automobile price data (Raw)** connect to the same downstream component, hence **Web Service Input** expect the same data schema as **Automobile price data (Raw)** and target variable column `price` is included in the schema.
60-
> However, usually When you score the data, you won't know the target variable values. For such case, you can remove the target variable column in the inference pipeline using **Select Columns in Dataset** component. Make sure that the output of **Select Columns in Dataset** removing target variable column is connected to the same port as the output of the **Web Service Intput** component.
60+
> However, usually When you score the data, you won't know the target variable values. For such case, you can remove the target variable column in the inference pipeline using **Select Columns in Dataset** component. Make sure that the output of **Select Columns in Dataset** removing target variable column is connected to the same port as the output of the **Web Service Input** component.
6161
6262
1. Select **Submit**, and use the same compute target and experiment that you used in part one.
6363

0 commit comments

Comments
 (0)