Skip to content

Commit c79e160

Browse files
committed
Add reference to access data
1 parent 5aeb40d commit c79e160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-designer-transform-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this article, you learn how to:
2525
1. Export the resulting datasets to a datastore.
2626
1. View results.
2727

28-
This how-to is a prerequisite for the [how to retrain designer models](how-to-retrain-designer.md) article. In that article, you will learn how to use the transformed datasets to train multiple models.
28+
This how-to is a prerequisite for the [how to retrain designer models](how-to-retrain-designer.md) article. In that article, you will learn how to use the transformed datasets to train multiple models with pipeline parameters.
2929

3030
## Transform a dataset
3131

@@ -76,7 +76,7 @@ Your pipeline should look like this:
7676

7777
## Save the datasets
7878

79-
Now that your pipeline is set up to split the data, you need to specify where to persist the datasets. For this example, use the **Export Data** module to save your dataset to a datastore.
79+
Now that your pipeline is set up to split the data, you need to specify where to persist the datasets. For this example, use the **Export Data** module to save your dataset to a datastore. For more information on datastores, see [Connect to Azure storage services](how-to-access-data.md)
8080

8181
1. In the module palette to the left of the canvas, expand the **Data Input and Output** section and find the **Export Data** module.
8282

0 commit comments

Comments
 (0)