Skip to content

Commit 2bf1af4

Browse files
committed
Fix order of instructions
1 parent c9fb563 commit 2bf1af4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,9 @@ Train the model by giving it a dataset that includes the price. The algorithm co
216216

217217
1. Select **Regression** > **Linear Regression**, and drag it to the pipeline canvas.
218218

219-
1. Connect the output of the **Linear Regression** module to the left input of the **Train Model** module.
220-
221219
1. In the module palette, expand the section **Module training**, and drag the **Train Model** module to the canvas.
222220

223-
1. Select the **Train Model** module, and drag it to the pipeline canvas.
221+
1. Connect the output of the **Linear Regression** module to the left input of the **Train Model** module.
224222

225223
1. Connect the training data output (left port) of the **Split Data** module to the right input of the **Train Model** module.
226224

0 commit comments

Comments
 (0)