Skip to content

Commit 591cf8c

Browse files
committed
Writing
1 parent bab9a09 commit 591cf8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ In this article, you learn how to import your own data in the designer to create
2121

2222
## Use Azure Machine Learning datasets
2323

24-
We recommend that you use [Azure Machine Learning datasets](concept-data.md#datasets) when you import data into the designer. When you register a dataset, you can take full advantage of advanced data features like [versioning and tracking](how-to-version-track-datasets.md) and [data monitoring](how-to-monitor-datasets.md).
24+
We recommend that you use [datasets](concept-data.md#datasets) to import data into the designer. When you register a dataset, you can take full advantage of advanced data features like [versioning and tracking](how-to-version-track-datasets.md) and [data monitoring](how-to-monitor-datasets.md).
2525

2626
### Register a dataset
2727

2828
You can register existing datasets [programatically with the SDK](how-to-create-register-datasets.md#use-the-sdk) or [visually in Azure Machine Learning studio](how-to-create-register-datasets.md#use-the-ui).
2929

30-
However, you can also register the output for any designer module as a dataset.
30+
You can also register the output for any designer module as a dataset.
3131

3232
1. Select the module that outputs the data you want to register.
3333

@@ -41,21 +41,21 @@ Your registered datasets can be found in the module palette, under **Datasets**
4141

4242
![Screenshot showing location of saved datasets in the designer palette](media/how-to-designer-import-data/use-datasets-designer.png)
4343

44-
Any [file datasets](how-to-create-register-datasets.md#dataset-types) registered to your machine learning workspace will appear in the module palette. You aren't limited to only datasets created in the designer.
44+
Any [file dataset](how-to-create-register-datasets.md#dataset-types) registered to your machine learning workspace will appear in the module palette. You aren't limited to using datasets created in the designer.
4545

4646
> [!NOTE]
4747
> The designer currently only supports processing [tabular datasets](how-to-create-register-datasets.md#dataset-types). If you want to use [file datasets](how-to-create-register-datasets.md#dataset-types), use the Azure Machine Learning SDK available for Python and R.
4848
4949
## Import data using the Import Data module
5050

51-
We recommend that you use datasets to import data in the designer. However, you can also use the [Import Data](algorithm-module-reference/import-data.md) module. The Import Data module skips registering your datasets and imports data directly from [datastores](concept-data.md#datastores) or HTTP URLs.
51+
While we recommend that you use datasets to import data, you can also use the [Import Data](algorithm-module-reference/import-data.md) module. The Import Data module skips registering your dataset in Azure Machine Learning and imports data directly from a [datastore](concept-data.md#datastores) or HTTP URL.
5252

5353
For detailed information on how to use the Import Data module, see the [Import Data reference page](algorithm-module-reference/import-data.md).
5454

5555

5656
## Supported sources
5757

58-
This section lists the designer's supported data sources. You can bring data into the designer from either a datastore or from [tabular datasets](how-to-create-register-datasets.md#dataset-types).
58+
This section lists the data sources supported by the designer. Data comes into into the designer from either a datastore or from [tabular dataset](how-to-create-register-datasets.md#dataset-types).
5959

6060
### Datastore sources
6161
For a list of supported datastore sources, see [Access data in Azure storage services](how-to-access-data.md#supported-data-storage-service-types).

0 commit comments

Comments
 (0)