Skip to content

Commit 4b43e4f

Browse files
authored
Merge pull request #85038 from j-martens/patch-570
Update concept-ml-pipelines.md
2 parents 57e773f + ab476e2 commit 4b43e4f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Using machine learning (ML) pipelines, data scientists, data engineers, and IT p
2323
+ Model evaluation
2424
+ Deployment
2525

26+
Learn how to [create your first pipeline](how-to-create-your-first-pipeline.md).
27+
2628
![Machine learning pipelines in Azure Machine Learning service](./media/concept-ml-pipelines/pipeline-flow.png)
2729

2830
<a name="compare"></a>
@@ -68,8 +70,14 @@ Using declarative data dependencies, you can optimize your tasks. The SDK includ
6870

6971
Save your pipelines as templates, and deploy them to a REST endpoint for batch-scoring or retraining jobs.
7072

73+
There are two Python packages for pipelines with Azure Machine Learning: [azureml-pipelines-core](https://docs.microsoft.com/python/api/azureml-pipeline-core/?view=azure-ml-py) and [azureml-pipeline-steps](https://docs.microsoft.com/en-us/python/api/azureml-pipeline-steps/?view=azure-ml-py).
74+
7175
## Next steps
7276

73-
+ [Create your first pipeline](how-to-create-your-first-pipeline.md).
77+
+ Learn how to [create your first pipeline](how-to-create-your-first-pipeline.md).
78+
79+
+ Learn how to [run batch predictions on large data](how-to-run-batch-predictions.md).
80+
81+
+ Read the [SDK reference docs for pipelines](https://docs.microsoft.com/python/api/azureml-pipeline-core/?view=azure-ml-py)
7482

7583
+ Try out example Jupyter notebooks showcasing [Azure Machine Learning pipelines](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines). Learn how to [run notebooks to explore this service](samples-notebooks.md).

0 commit comments

Comments
 (0)