From 1516c7fc24ac56d179c50c2ff86524cd60227875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9e=20Martens?= Date: Fri, 12 Apr 2019 17:19:55 -0500 Subject: [PATCH] Update README.md testing for search --- how-to-use-azureml/machine-learning-pipelines/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/how-to-use-azureml/machine-learning-pipelines/README.md b/how-to-use-azureml/machine-learning-pipelines/README.md index 796aa0ce..de726b47 100644 --- a/how-to-use-azureml/machine-learning-pipelines/README.md +++ b/how-to-use-azureml/machine-learning-pipelines/README.md @@ -1,6 +1,4 @@ -# Azure Machine Learning Pipeline - -## Overview +# Azure Machine Learning Pipeline Notebook Examples 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.