Skip to content

Commit 7d14d2b

Browse files
committed
Dataset edits
1 parent 5c6dbe6 commit 7d14d2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/service/concept-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following diagram provides a visual demonstration of this recommended data a
3737

3838
## Access data in storage
3939

40-
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 these offer a secure, scalable and reproducible data delivery workflow for your machine learning tasks.
40+
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 these offer a secure, scalable, and reproducible data delivery workflow for your machine learning tasks.
4141

4242
### Datastores
4343

@@ -56,6 +56,7 @@ The following articles demonstrate additional datasets capabilities.
5656
+ [Create and register datasets](how-to-create-register-datasets.md) to your workspace to share and reuse it across different experiments without data ingestion complexities.
5757
+ [Version and track](how-to-version-track-datasets.md) dataset lineage.
5858
+ [Monitor your dataset](how-to-monitor-datasets.md) to help with data drift detection.
59+
+ See the [TabularDataset](https://docs.microsoft.com/python/api/azureml-core/azureml.data.tabulardataset?view=azure-ml-py) and [FileDataset](https://docs.microsoft.com/python/api/azureml-core/azureml.data.filedataset?view=azure-ml-py) class reference documentation for available data exploration methods.
5960

6061
#### Types of datasets
6162

0 commit comments

Comments
 (0)