Skip to content

Commit 1552e2a

Browse files
authored
Update how-to-move-data-in-out-of-pipelines.md
1 parent 2e2ab69 commit 1552e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-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

0 commit comments

Comments
 (0)