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
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-designer-automobile-price-train-score.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ services: machine-learning
9
9
ms.service: machine-learning
10
10
ms.subservice: core
11
11
ms.topic: tutorial
12
-
ms.date: 03/04/2020
12
+
ms.date: 03/12/2020
13
13
---
14
14
15
15
# Tutorial: Predict automobile price with the designer (preview)
@@ -164,6 +164,12 @@ Your dataset still has missing values after you remove the **normalized-losses**
164
164
165
165
1. Select the **Clean Missing Data** module.
166
166
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
+
167
173
1. In the module details pane to the right of the canvas, select **Remove entire row** under **Cleaning mode**.
168
174
169
175
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
209
215
210
216
1. Select **Regression** > **Linear Regression**, and drag it to the pipeline canvas.
211
217
212
-
1. Find and drag the **Train Model** module to the pipeline canvas.
213
-
214
218
1. Connect the output of the **Linear Regression** module to the left input of the **Train Model** module.
215
219
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
+
216
224
1. Connect the training data output (left port) of the **Split Data** module to the right input of the **Train Model** module.
217
225
218
226
> [!IMPORTANT]
219
227
> 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.
220
228
221
229

222
230
223
-
1. In the module palette, expand the section **Module training**, and drag the **Train Model** module to the canvas.
224
-
225
231
1. Select the **Train Model** module.
226
232
227
233
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
230
236
231
237
1. In the text box, enter *price* to specify the value that your model is going to predict.
232
238
239
+
>[!IMPORTANT]
240
+
> Make sure you enter the column name exactly. Do not capitalize **price**.
241
+
233
242
Your pipeline should look like this:
234
243
235
244

@@ -256,7 +265,7 @@ Use the **Evaluate Model** module to evaluate how well your model scored the tes
256
265
257
266
## Run the pipeline
258
267
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.
0 commit comments