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/how-to-retrain-designer.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,30 +43,23 @@ The pipeline used in this article is an altered version of [Sample 3: Income pre
43
43
44
44

45
45
46
-
## Train a machine learning model
46
+
## Create a pipeline parameter
47
47
48
-
First, you need train an initial model. In this section, you train a classifier using data from only the United States.
48
+
Create pipeline parameters to dynamically set variables at runtime. For this example, you will change the training data path from a fixed value to a parameter, so that you can retrain your model on different data.
49
49
50
50
1. Select the **Import Data** module.
51
51
52
52
> [!NOTE]
53
53
> This example uses the Import Data module to access data in a registered datastore. However, you can follow similar steps if you use alternative data access patterns.
54
54
55
-
1. In the module detail pane, to the right of the canvas, specify your data source.
56
-
57
-

55
+
1. In the module detail pane, to the right of the canvas, select your data source.
58
56
57
+
1. Enter the path to your data. You can also select **Browse path** to browse your file tree.
59
58
60
-
1. Specify the path to your data. You can also select **Browse path** to browse your file tree.
61
-
62
-
## Create a pipeline parameter
59
+
1. Mouseover the **Path** field, and select the ellipses above the **Path** field that appear.
63
60
64
-
Create a pipeline parameter to dynamically set variables at runtime. For this example, you will change the training data path so that you can retrain your model on different data.
65
-
66
-
1. Select the **Import Data** module.
67
-
1. In the module details pane, to the right of the canvas, highlight the **Path** field.
68
-
1. Select the ellipses above the **Path** field that appear.
0 commit comments