Skip to content

Commit fe4004c

Browse files
committed
Combine sections
1 parent 3b3e7ab commit fe4004c

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

articles/machine-learning/how-to-retrain-designer.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,23 @@ The pipeline used in this article is an altered version of [Sample 3: Income pre
4343

4444
![Screenshot that shows the modified sample pipeline with a box highlighting the Import Data module](./media/how-to-retrain-designer/modified-sample-pipeline.png)
4545

46-
## Train a machine learning model
46+
## Create a pipeline parameter
4747

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.
4949

5050
1. Select the **Import Data** module.
5151

5252
> [!NOTE]
5353
> 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.
5454
55-
1. In the module detail pane, to the right of the canvas, specify your data source.
56-
57-
![Screenshot that shows a sample configuration of the Import Data module](./media/how-to-retrain-designer/import-data-settings.png)
55+
1. In the module detail pane, to the right of the canvas, select your data source.
5856

57+
1. Enter the path to your data. You can also select **Browse path** to browse your file tree.
5958

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.
6360

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.
6961
1. Select **Add to pipeline parameter**.
62+
7063
1. Provide a parameter name and a default value.
7164

7265
> [!NOTE]

0 commit comments

Comments
 (0)