From 0348e54e211e8adc687e5cfc3c34a5bf9dfc95b5 Mon Sep 17 00:00:00 2001 From: Hai Ning Date: Thu, 13 Dec 2018 11:27:41 -0500 Subject: [PATCH] Update README.md --- how-to-use-azureml/training/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/training/README.md b/how-to-use-azureml/training/README.md index cf05d8f2..d509a3b1 100644 --- a/how-to-use-azureml/training/README.md +++ b/how-to-use-azureml/training/README.md @@ -2,7 +2,7 @@ Follow these sample notebooks to learn: -1. [Train within notebook](): train a simple scikit-learn model using the Jupyter kernel and deploy the model to Azure Container Service. +1. [Train within notebook](train-withint-notebook): train a simple scikit-learn model using the Jupyter kernel and deploy the model to Azure Container Service. 2. [Train on local](train-on-local): train a model using local computer as compute target. -3. [Train on remove VM](train-remote_vm): train a model using a remote Azure VM as compute target. +3. [Train on remove VM](train-on-remote-vm): train a model using a remote Azure VM as compute target. 4. [Logging API](logging-api): experiment with various logging functions to create runs and automatically generate graphs.