Update README.md

This commit is contained in:
Josée Martens
2019-04-12 17:28:16 -05:00
committed by GitHub
parent 1516c7fc24
commit edfce0d936

View File

@@ -1,4 +1,4 @@
# Azure Machine Learning Pipeline Notebook Examples
# Pipeline Notebook Examples for Azure Machine Learning
The [Azure Machine Learning Pipelines](https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-ml-pipelines) enables data scientists to create and manage multiple simple and complex workflows concurrently. A typical pipeline would have multiple tasks to prepare data, train, deploy and evaluate models. Individual steps in the pipeline can make use of diverse compute options (for example: CPU for data preparation and GPU for training) and languages.