Skip to content

Commit f66460e

Browse files
authored
Merge pull request #103107 from PeterCLu/plu-tut-patch
Fix column selectors
2 parents 2835e12 + 4595274 commit f66460e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,13 @@ When you train a model, you have to do something about the data that's missing.
131131

132132
1. Select the **Select Columns in Dataset** module.
133133

134-
1. In the module details pane to the right of the canvas, select **All columns**.
134+
1. In the module details pane to the right of the canvas, select **Edit column**.
135+
136+
1. Expand the **Column names** drop down next to **Include**, and select **All columns**.
135137

136138
1. Select the **+** to add a new rule.
137139

138-
1. From the drop-down menu, select **Exclude** and **Column names**.
140+
1. From the drop-down menus, select **Exclude** and **Column names**.
139141

140142
1. Enter *normalized-losses* in the text box.
141143

0 commit comments

Comments
 (0)