From 58e584e7eb4ee7e6e6eed571ca886cee9042be6c Mon Sep 17 00:00:00 2001 From: Cody <54814569+lostmygithubaccount@users.noreply.github.com> Date: Tue, 27 Oct 2020 18:00:38 -0700 Subject: [PATCH] Update README.md (#1209) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c85002c1..40269cc8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Azure Machine Learning service example notebooks +> A community-driven repository of training and scoring examples can be found at https://github.com/Azure/azureml-examples + 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/media/concept-azure-machine-learning-architecture/workflow.png)