From c574f429b8f4ce0e7c62a38208d8faa546df180c Mon Sep 17 00:00:00 2001 From: Roope Astala Date: Wed, 19 Jun 2019 11:48:52 -0400 Subject: [PATCH 1/2] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1b488d75..bceb0a77 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This repository contains example notebooks demonstrating the [Azure Machine Lear ![Azure ML workflow](https://raw.githubusercontent.com/MicrosoftDocs/azure-docs/master/articles/machine-learning/service/media/overview-what-is-azure-ml/aml.png) +## News + +[Try Azure Machine Learning with MLflow](./how-to-use-azureml/using-mlflow) + ## Quick installation ```sh pip install azureml-sdk From 44c3a486c0dc1fa0388e66b6ea77d067d1482143 Mon Sep 17 00:00:00 2001 From: Roope Astala Date: Wed, 19 Jun 2019 11:49:49 -0400 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bceb0a77..2d297a8e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains example notebooks demonstrating the [Azure Machine Lear ## News -[Try Azure Machine Learning with MLflow](./how-to-use-azureml/using-mlflow) + * [Try Azure Machine Learning with MLflow](./how-to-use-azureml/using-mlflow) ## Quick installation ```sh