Skip to content

Commit d08fd12

Browse files
authored
Merge pull request #85036 from j-martens/patch-569
Update concept-ml-pipelines.md
2 parents a2ba8ef + ecee827 commit d08fd12

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,11 @@ The key advantages of using pipelines for your machine learning workflows are:
6868

6969
## The Python SDK for pipelines
7070

71-
Use Python to create your ML pipelines. The Azure Machine Learning SDK offers imperative constructs for sequencing and parallelizing the steps in your pipelines when no data dependency is present. You can interact with it in Jupyter notebooks, or in another preferred IDE.
71+
[Use Python SDK](https://docs.microsoft.com/python/api/azureml-pipeline-core/?view=azure-ml-py) to create your ML pipelines in your preferred IDE or Jupyter notebooks. The Azure Machine Learning SDK offers imperative constructs for sequencing and parallelizing the steps in your pipelines when no data dependency is present.
7272

73-
Using declarative data dependencies, you can optimize your tasks. The SDK includes a framework of pre-built modules for common tasks, such as data transfer and model publishing. You can extend the framework to model your own conventions, by implementing custom steps that are reusable across pipelines. You can also manage compute targets and storage resources directly from the SDK.
73+
Using declarative data dependencies, you can optimize your tasks. The SDK includes a framework of pre-built modules for common tasks, such as data transfer and model publishing. You can extend the framework to model your own conventions by implementing custom steps reusable across pipelines. You can also manage compute targets and storage resources directly from the SDK.
7474

75-
You can save pipelines as templates, and deploy them to a REST endpoint so you can schedule batch-scoring or retraining jobs.
76-
77-
To see how to build your own, see the [Python SDK reference docs for pipelines](https://docs.microsoft.com/python/api/azureml-pipeline-core/?view=azure-ml-py) and the notebook in the next section.
75+
Save your pipelines as templates, and deploy them to a REST endpoint for batch-scoring or retraining jobs.
7876

7977
## Next steps
8078

0 commit comments

Comments
 (0)