Skip to content

Commit 08bca82

Browse files
authored
Merge pull request #114412 from MicrosoftDocs/j-martens-patch-29
Update concept-ml-pipelines.md
2 parents c926ad1 + 13bc13e commit 08bca82

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: 'What are ML Pipelines'
3-
titleSuffix: Azure Machine Learning
4-
description: In this article, learn the advantages of the machine learning (ML) pipelines you can build with the Azure Machine Learning SDK for Python. Machine learning pipelines are used by data scientists to build, optimize, and manage their machine learning workflows.
2+
title: 'What are Azure Machine Learning Pipelines'
3+
description: Learn about how machine learning (ML) pipelines help you build, optimize, and manage machine learning workflows.
54
services: machine-learning
65
ms.service: machine-learning
76
ms.subservice: core
@@ -13,7 +12,7 @@ ms.date: 04/01/2020
1312

1413
# What are Azure Machine Learning pipelines?
1514

16-
Azure Machine Learning pipelines allow you to create workflows in your machine learning projects. These workflows have a number of benefits:
15+
In this article, you can learn how Azure Machine Learning pipelines help you build, optimize, and manage machine learning workflows. These workflows have a number of benefits:
1716

1817
+ Simplicity
1918
+ Speed
@@ -41,7 +40,6 @@ The Azure cloud provides several other pipelines, each with a different purpose.
4140
| Data orchestration (Data prep) | Data engineer | [Azure Data Factory pipelines](https://docs.microsoft.com/azure/data-factory/concepts-pipelines-activities) | Apache Airflow | Data -> Data | Strongly-typed movement. Data-centric activities. |
4241
| Code & app orchestration (CI/CD) | App Developer / Ops | [Azure DevOps Pipelines](https://azure.microsoft.com/services/devops/pipelines/) | Jenkins | Code + Model -> App/Service | Most open and flexible activity support, approval queues, phases with gating |
4342

44-
4543
## What can Azure ML pipelines do?
4644

4745
An Azure Machine Learning pipeline is an independently executable workflow of a complete machine learning task. Subtasks are encapsulated as a series of steps within the pipeline. An Azure Machine Learning pipeline can be as simple as one that calls a Python script, so _may_ do just about anything. Pipelines _should_ focus on machine learning tasks such as:

0 commit comments

Comments
 (0)