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
To access your data in your storage account, Azure Machine Learning offers datastores and datasets. Datastores provide a layer of abstraction over your storage service. This aids in security and ease of access to your storage, since connection information is kept in the datastore and not exposed in scripts. Datasets point to the specific file or files in your underlying storage that you want to use for your machine learning experiment. Together, datastores and datasets offer a secure, scalable, and reproducible data delivery workflow for your machine learning tasks.
39
+
To access your data in your storage account, Azure Machine Learning offers datastores and datasets. Datastores answer the question: how do I securely connect to my data that's in my Azure Storage? Datastores provide a layer of abstraction over your storage service. This aids in security and ease of access to your storage, since connection information is kept in the datastore and not exposed in scripts.
40
+
41
+
Datasets answer the question: how do I get specific data files in my datastore? Datasets point to the specific file or files in your underlying storage that you want to use for your machine learning experiment. Together, datastores and datasets offer a secure, scalable, and reproducible data delivery workflow for your machine learning tasks.
40
42
41
43
### Datastores
42
44
@@ -112,4 +114,4 @@ See the [Create a dataset monitor](how-to-monitor-datasets.md) article, to learn
112
114
113
115
+ Create a dataset in Azure Machine Learning studio or with the Python SDK, [use these steps.](how-to-create-register-datasets.md)
114
116
+ Try out dataset training examples with our [sample notebooks](https://aka.ms/dataset-tutorial).
115
-
+ For data drift examples, see this [data drift tutorial](https://aka.ms/datadrift-notebook).
117
+
+ For data drift examples, see this [data drift tutorial](https://aka.ms/datadrift-notebook).
Copy file name to clipboardExpand all lines: articles/machine-learning/service/how-to-create-register-datasets.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ manager: cgronlun
12
12
ms.reviewer: nibaccam
13
13
ms.date: 11/04/2019
14
14
15
+
# Customer intent: As an experienced data scientist, I need to package my data into a consumable and reusable object to train my machine learning models.
0 commit comments