From fdc3fe2a53eefc6e0557129622ad384a3e0bb525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shan=C3=A9=20Winner?= <43390034+swinner95@users.noreply.github.com> Date: Thu, 29 Aug 2019 10:22:24 -0700 Subject: [PATCH] Delete README.md --- how-to-use-azureml/using-mlflow/README.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 how-to-use-azureml/using-mlflow/README.md diff --git a/how-to-use-azureml/using-mlflow/README.md b/how-to-use-azureml/using-mlflow/README.md deleted file mode 100644 index 91eae0d5..00000000 --- a/how-to-use-azureml/using-mlflow/README.md +++ /dev/null @@ -1,12 +0,0 @@ -## Use MLflow with Azure Machine Learning service (Preview) - -[MLflow](https://mlflow.org/) is an open-source platform for tracking machine learning experiments and managing models. You can use MLflow logging APIs with Azure Machine Learning service: the metrics and artifacts are logged to your Azure ML Workspace. - -Try out the sample notebooks: - -* [Use MLflow with Azure Machine Learning for Local Training Run](./train-local/train-local.ipynb) -* [Use MLflow with Azure Machine Learning for Remote Training Run](./train-remote/train-remote.ipynb) -* [Deploy Model as Azure Machine Learning Web Service using MLflow](./deploy-model/deploy-model.ipynb) -* [Train and Deploy PyTorch Image Classifier](./train-deploy-pytorch/train-deploy-pytorch.ipynb) - -![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/using-mlflow/README..png) \ No newline at end of file