From abc7d21711217c217e605392842a610286f2fb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shan=C3=A9=20Winner?= <43390034+swinner95@users.noreply.github.com> Date: Fri, 23 Aug 2019 05:28:45 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d02edfb0..b4b2049a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ +--- +page_type: sample +languages: +- python +products: +- azure-machine-learning-service +name: Azure Machine Learning service Notebooks +urlFragment: build-train-and-deploy-machine-learning-models +--- + + # Azure Machine Learning service example notebooks This repository contains example notebooks demonstrating the [Azure Machine Learning](https://azure.microsoft.com/en-us/services/machine-learning-service/) Python SDK which allows you to build, train, deploy and manage machine learning solutions using Azure. The AML SDK allows you the choice of using local or cloud compute resources, while managing and maintaining the complete data science workflow from the cloud. -![Azure ML workflow](https://raw.githubusercontent.com/MicrosoftDocs/azure-docs/master/articles/machine-learning/service/media/overview-what-is-azure-ml/aml.png) ## Quick installation ```sh