Skip to content

Commit 73e3d3d

Browse files
authored
Merge pull request #114008 from MicrosoftDocs/j-martens-patch-25-1
Update how-to-move-data-in-out-of-pipelines.md
2 parents 7890dc9 + c7ee1bc commit 73e3d3d

4 files changed

+6
-1
lines changed

articles/machine-learning/how-to-move-data-in-out-of-pipelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ ms.topic: conceptual
99
ms.author: laobri
1010
author: lobrien
1111
ms.date: 04/01/2020
12+
ms.custom: contperfq4
1213
# As a data scientist using Python, I want to get data into my pipeline and flowing between steps
1314
---
1415

1516
# Moving data into and between ML pipeline steps (Python)
1617

1718
[!INCLUDE [applies-to-skus](../../includes/aml-applies-to-basic-enterprise-sku.md)]
1819

19-
Data is central to machine learning pipelines. This article provides code for importing, transforming, and moving data between steps in an Azure Machine Learning pipeline. For an overview of how data works in Azure Machine Learning, see [Access data in Azure storage services](how-to-access-data.md). For the benefits and structure of Azure Machine Learning pipelines, see [What are Azure Machine Learning pipelines?](concept-ml-pipelines.md).
20+
This article provides code for importing, transforming, and moving data between steps in an Azure Machine Learning pipeline. For an overview of how data works in Azure Machine Learning, see [Access data in Azure storage services](how-to-access-data.md). For the benefits and structure of Azure Machine Learning pipelines, see [What are Azure Machine Learning pipelines?](concept-ml-pipelines.md).
2021

2122
This article will show you how to:
2223

articles/machine-learning/how-to-trigger-published-pipeline.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.subservice: core
1010
ms.workload: data-services
1111
ms.topic: conceptual
1212
ms.date: 02/07/2020
13+
ms.custom: contperfq4
1314

1415
---
1516
# Trigger a run of a Machine Learning pipeline from a Logic App

articles/machine-learning/tutorial-pipeline-batch-scoring-classification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ author: trevorbye
1010
ms.author: trbye
1111
ms.reviewer: laobri
1212
ms.date: 03/11/2020
13+
ms.custom: contperfq4
1314
---
1415

1516
# Tutorial: Build an Azure Machine Learning pipeline for batch scoring

articles/machine-learning/tutorial-train-deploy-image-classification-model-vscode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.topic: tutorial
99
author: luisquintanilla
1010
ms.author: luquinta
1111
ms.date: 04/13/2020
12+
ms.custom: contperfq4
13+
1214
#Customer intent: As a professional data scientist, I want to learn how to train and deploy an image classification model using TensorFlow and the Azure Machine Learning Visual Studio Code Extension.
1315
---
1416

0 commit comments

Comments
 (0)