Skip to content

Commit 4fa7d25

Browse files
committed
Updates
1 parent 4b4c80b commit 4fa7d25

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

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

Lines changed: 15 additions & 6 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: 03/04/2020
12+
ms.date: 03/12/2020
1313
---
1414

1515
# Tutorial: Predict automobile price with the designer (preview)
@@ -164,6 +164,12 @@ Your dataset still has missing values after you remove the **normalized-losses**
164164

165165
1. Select the **Clean Missing Data** module.
166166

167+
1. In the module details pane to the right of the canvas, select **Edit Column**.
168+
169+
1. In the **Columns to be cleaned** window that appears, expand the drop-down menu next to **Include**. Select, **All columns**
170+
171+
1. Select **Save**
172+
167173
1. In the module details pane to the right of the canvas, select **Remove entire row** under **Cleaning mode**.
168174

169175
1. In the module details pane to the right of the canvas, select the **Comment** box, and enter *Remove missing value rows*.
@@ -209,19 +215,19 @@ Train the model by giving it a dataset that includes the price. The algorithm co
209215

210216
1. Select **Regression** > **Linear Regression**, and drag it to the pipeline canvas.
211217

212-
1. Find and drag the **Train Model** module to the pipeline canvas.
213-
214218
1. Connect the output of the **Linear Regression** module to the left input of the **Train Model** module.
215219

220+
1. In the module palette, expand the section **Module training**, and drag the **Train Model** module to the canvas.
221+
222+
1. Select the **Train Model** module, and drag it to the pipeline canvas.
223+
216224
1. Connect the training data output (left port) of the **Split Data** module to the right input of the **Train Model** module.
217225

218226
> [!IMPORTANT]
219227
> Be sure that the left output ports of **Split Data** connects to **Train Model**. The left port contains the the training set. The right port contains the test set.
220228
221229
![Screenshot showing the correct configuration of the Train Model module. The Linear Regression module connects to left port of Train Model module and the Split Data module connects to right port of Train Model](./media/tutorial-designer-automobile-price-train-score/pipeline-train-model.png)
222230

223-
1. In the module palette, expand the section **Module training**, and drag the **Train Model** module to the canvas.
224-
225231
1. Select the **Train Model** module.
226232

227233
1. In the module details pane to the right of the canvas, select **Edit column** selector.
@@ -230,6 +236,9 @@ Train the model by giving it a dataset that includes the price. The algorithm co
230236

231237
1. In the text box, enter *price* to specify the value that your model is going to predict.
232238

239+
>[!IMPORTANT]
240+
> Make sure you enter the column name exactly. Do not capitalize **price**.
241+
233242
Your pipeline should look like this:
234243

235244
![Screenshot showing the correct configuration of the pipeline after adding the Train Model module.](./media/tutorial-designer-automobile-price-train-score/pipeline-train-graph.png)
@@ -256,7 +265,7 @@ Use the **Evaluate Model** module to evaluate how well your model scored the tes
256265

257266
## Run the pipeline
258267

259-
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.
268+
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 to verify your pipeline works as expected.
260269

261270
1. At the top of the canvas, select **Submit**.
262271

0 commit comments

Comments
 (0)