Skip to content

Commit 7311f99

Browse files
committed
freshness, initial structure changes
1 parent 8f8fdb9 commit 7311f99

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/machine-learning/concept-data.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.reviewer: nibaccam
1010
author: nibaccam
1111
ms.author: nibaccam
12-
ms.date: 12/09/2019
12+
ms.date: 03/09/2020
1313

1414
---
1515

@@ -40,7 +40,7 @@ To access your data in your storage account, Azure Machine Learning offers datas
4040

4141
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.
4242

43-
### Datastores
43+
## Datastores
4444

4545
An Azure Machine Learning datastore is a storage abstraction over your Azure storage services. [Register and create a datastore](how-to-access-data.md) to easily connect to your Azure storage account, and access the data in your underlying Azure storage services.
4646

@@ -54,7 +54,7 @@ Supported Azure storage services that can be registered as datastores:
5454
+ Databricks File System
5555
+ Azure Database for MySQL
5656

57-
### Datasets
57+
## Datasets
5858

5959
[Create an Azure Machine Learning dataset](how-to-create-register-datasets.md) to interact with data in your datastores and package your data into a consumable object for machine learning tasks. Register the dataset to your workspace to share and reuse it across different experiments without data ingestion complexities.
6060

@@ -81,13 +81,14 @@ With datasets, you can accomplish a number of machine learning tasks through sea
8181
+ Consume datasets in
8282
+ [automated ML experiments](how-to-create-portal-experiments.md)
8383
+ the [designer](tutorial-designer-automobile-price-train-score.md#import-data)
84+
+ [Azure Machine Learning pipelines](how-to-create-your-first-pipeline.md)
8485
+ Access datasets for scoring with batch inference in [machine learning pipelines](how-to-create-your-first-pipeline.md).
8586
+ Create a [data labeling project](#label).
8687
+ Set up a dataset monitor for [data drift](#drift) detection.
8788

8889
<a name="open"></a>
8990

90-
## Azure Open Datasets
91+
### Azure Open Datasets
9192

9293
[Azure Open Datasets](how-to-create-register-datasets.md#create-datasets-with-azure-open-datasets) are curated public datasets that you can use to add scenario-specific features to machine learning solutions for more accurate models. Open Datasets are in the cloud on Microsoft Azure and are integrated into Azure Machine Learning. You can also access the datasets through APIs and use them in other products, such as Power BI and Azure Data Factory.
9394

0 commit comments

Comments
 (0)