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-designer-import-data.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ In this article, you learn how to import your own data in the designer to create
21
21
22
22
## Use Azure Machine Learning datasets
23
23
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).
25
25
26
26
### Register a dataset
27
27
28
28
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).
29
29
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.
31
31
32
32
1. Select the module that outputs the data you want to register.
33
33
@@ -41,21 +41,21 @@ Your registered datasets can be found in the module palette, under **Datasets**
41
41
42
42

43
43
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.
45
45
46
46
> [!NOTE]
47
47
> 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.
48
48
49
49
## Import data using the Import Data module
50
50
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.
52
52
53
53
For detailed information on how to use the Import Data module, see the [Import Data reference page](algorithm-module-reference/import-data.md).
54
54
55
55
56
56
## Supported sources
57
57
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).
59
59
60
60
### Datastore sources
61
61
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