Skip to content

Commit bbbb06e

Browse files
authored
Merge pull request #106579 from likebupt/update-tutorial
Update tutorial
2 parents 8f6cd68 + 2903414 commit bbbb06e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
131 KB
Loading
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To deploy your pipeline, you must first convert the training pipeline into a rea
3535

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

38-
![Screenshot showing where to find the create pipeline button](./media/tutorial-designer-automobile-price-deploy/create-inference-pipeline.png)
38+
![Screenshot showing where to find the create pipeline button](./media/tutorial-designer-automobile-price-deploy/tutorial2-create-inference-pipeline.png)
3939

4040
Your pipeline should now look like this:
4141

@@ -52,7 +52,7 @@ To deploy your pipeline, you must first convert the training pipeline into a rea
5252
> By default, the **Web Service Input** will expect the same data schema as the training data used to create the predictive pipeline. In this scenario, price is included in the schema. However, price isn't used as a factor during prediction.
5353
>
5454
55-
1. Select **Run**, and use the same compute target and experiment that you used in part one.
55+
1. Select **Submit**, and use the same compute target and experiment that you used in part one.
5656

5757
1. Select **Deploy**.
5858

articles/machine-learning/tutorial-designer-automobile-price-train-score.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services: machine-learning
99
ms.service: machine-learning
1010
ms.subservice: core
1111
ms.topic: tutorial
12-
ms.date: 01/30/2020
12+
ms.date: 03/04/2020
1313
---
1414

1515
# Tutorial: Predict automobile price with the designer (preview)
@@ -258,16 +258,16 @@ Use the **Evaluate Model** module to evaluate how well your model scored the tes
258258

259259
Now that your pipeline is all setup, you can submit a pipeline run to train your machine learning model. You can submit a pipeline run at any point while building pipelines in the designer. You can do this to check your work as you go and verify your pipeline functions as expected.
260260

261-
1. At the top of the canvas, select **Run**.
261+
1. At the top of the canvas, select **Submit**.
262262

263-
1. In the **Set up pipeline run** dialog box, select **+ New experiment** for the **Experiment**.
263+
1. In the **Set up pipeline run** dialog box, select **Create new**.
264264

265265
> [!NOTE]
266266
> Experiments group similar pipeline runs together. If you run a pipeline multiple times, you can select the same experiment for successive runs.
267267
268-
1. Enter a descriptive name for **Experiment Name**.
268+
1. Enter a descriptive name for **New experiment Name**.
269269

270-
1. Select **Run**.
270+
1. Select **Submit**.
271271

272272
You can view run status and details at the top right of the canvas.
273273

0 commit comments

Comments
 (0)