Skip to content

Commit 57e773f

Browse files
authored
Merge pull request #85035 from j-martens/patch-568
Update concept-ml-pipelines.md
2 parents d08fd12 + cefce88 commit 57e773f

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

articles/machine-learning/service/concept-ml-pipelines.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Pipelines: optimize machine learning workflows'
2+
title: 'What are ML Pipelines'
33
titleSuffix: Azure Machine Learning service
44
description: In this article, learn about the machine learning pipelines you can build with the Azure Machine Learning SDK for Python and the advantages to using pipelines. Machine learning (ML) pipelines are used by data scientists to build, optimize, and manage their machine learning workflows.
55
services: machine-learning
@@ -13,20 +13,16 @@ ms.date: 08/08/2019
1313
ms.custom: seodec18
1414
---
1515

16-
# Build reusable ML pipelines in Azure Machine Learning service
16+
# What are ML pipelines in Azure Machine Learning service?
1717

18-
In this article, learn about the machine learning pipelines you can build with the Azure Machine Learning SDK for Python, and the advantages to using pipelines.
19-
20-
## What are machine learning pipelines?
18+
Learn how about the machine learning pipelines you can build and manage with Azure Machine Learning service.
2119

2220
Using machine learning (ML) pipelines, data scientists, data engineers, and IT professionals can collaborate on the steps involved in:
2321
+ Data preparation, such as normalizations and transformations
2422
+ Model training
2523
+ Model evaluation
2624
+ Deployment
2725

28-
The following diagram shows an example pipeline process:
29-
3026
![Machine learning pipelines in Azure Machine Learning service](./media/concept-ml-pipelines/pipeline-flow.png)
3127

3228
<a name="compare"></a>
@@ -42,9 +38,7 @@ The Azure cloud provides several other pipelines, each with a different purpose.
4238

4339
## Why build pipelines with Azure Machine Learning?
4440

45-
You can use the [Azure Machine Learning SDK for Python](#the-python-sdk-for-pipelines) to create ML pipelines, as well as to submit and track individual pipeline runs.
46-
47-
With pipelines, you can optimize your workflow with simplicity, speed, portability, and reuse. When building pipelines with Azure Machine Learning, you can focus on your expertise, machine learning, rather than on infrastructure and automation.
41+
Machine learning pipelines optimize your workflow with speed, portability, and reuse so you can focus on your expertise, machine learning, rather than on infrastructure and automation.
4842

4943
Pipelines are constructed from multiple **steps**, which are distinct computational units in the pipeline. Each step can run independently and use isolated compute resources. This allows multiple data scientists to work on the same pipeline at the same time without over-taxing compute resources, and also makes it easy to use different compute types/sizes for each step.
5044

0 commit comments

Comments
 (0)