Skip to content

Commit 7d20022

Browse files
authored
Merge pull request #99583 from nibaccam/data-titles
Data | Data article titles for SEO
2 parents 2b905ba + 6fadcfc commit 7d20022

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,18 @@ When you're ready to use the data in your storage, we recommend you
2727
**OR**
2828

2929
1. Consuming it directly in Azure Machine Learning solutions like automated machine learning (automated ML) experiment runs, machine learning pipelines, and the [Azure Machine Learning designer](concept-designer.md).
30-
4. Create dataset monitors for your model input and output datasets to detect for data drift.
31-
5. If data drift is detected, update your dataset and retrain your model accordingly.
30+
4. Create dataset monitors for your model output dataset to detect for data drift.
31+
5. If data drift is detected, update your input dataset and retrain your model accordingly.
3232

3333
The following diagram provides a visual demonstration of this recommended data access workflow.
3434

3535
![Data-concept-diagram](media/concept-data/data-concept-diagram.svg)
3636

3737
## Access data in storage
3838

39-
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.
4042

4143
### Datastores
4244

@@ -112,4 +114,4 @@ See the [Create a dataset monitor](how-to-monitor-datasets.md) article, to learn
112114

113115
+ Create a dataset in Azure Machine Learning studio or with the Python SDK, [use these steps.](how-to-create-register-datasets.md)
114116
+ 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).

articles/machine-learning/service/how-to-access-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Access data in Azure storage services
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to use datastores to access Azure storage services during training with Azure Machine Learning
4+
description: Learn how to use datastores to securely connect to Azure storage services during training with Azure Machine Learning
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core

articles/machine-learning/service/how-to-create-register-datasets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ manager: cgronlun
1212
ms.reviewer: nibaccam
1313
ms.date: 11/04/2019
1414

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.
16+
1517
---
1618

1719
# Create Azure Machine Learning datasets

articles/machine-learning/service/how-to-train-with-datasets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ manager: cgronlun
1212
ms.reviewer: nibaccam
1313
ms.date: 09/25/2019
1414

15+
# Customer intent: As an experienced Python developer, I need to make my data available to my remote compute to train my machine learning models.
16+
1517
---
1618

1719
# Train with datasets in Azure Machine Learning

articles/machine-learning/service/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@
164164
href: concept-train-model-git-integration.md
165165
- name: Work with data
166166
items:
167-
- name: Get data from a datastore
167+
- name: Connect to data in Azure Storage
168168
displayName: blob, get, fileshare, access storage, mount, download
169169
href: how-to-access-data.md
170-
- name: Add & register datasets
171-
displayName: data, dataset
170+
- name: Get data from a datastore
171+
displayName: data, data set, register, access data
172172
href: how-to-create-register-datasets.md
173173
- name: Train with datasets
174-
displayName: data, dataset
174+
displayName: data, dataset, mount
175175
href: how-to-train-with-datasets.md
176176
- name: Detect drift on datasets
177177
displayName: data, dataset

0 commit comments

Comments
 (0)