Skip to content

Commit 39ed9d3

Browse files
author
Larry O'Brien
committed
Removed reference to Spark
1 parent 2410aa9 commit 39ed9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1415
# Moving data into and between ML pipeline steps (Python)
@@ -21,7 +22,6 @@ This article will show you how to:
2122

2223
- Use `Dataset` objects for pre-existing data
2324
- Access data within your steps
24-
- Move between `Dataset` representations and Pandas and Apache Spark representations
2525
- Split `Dataset` data into subsets, such as training and validation subsets
2626
- Create a `PipelineData` object to transfer data to the next pipeline step
2727
- Use `PipelineData` objects as input to pipeline steps

0 commit comments

Comments
 (0)