From 982f8fcc1d7846bf5747604cfe7fbdeb9e1982a9 Mon Sep 17 00:00:00 2001 From: Cody <54814569+lostmygithubaccount@users.noreply.github.com> Date: Fri, 14 Aug 2020 15:25:39 -0700 Subject: [PATCH] Update README.md --- how-to-use-azureml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-use-azureml/README.md b/how-to-use-azureml/README.md index c9110933..0accac07 100644 --- a/how-to-use-azureml/README.md +++ b/how-to-use-azureml/README.md @@ -4,7 +4,7 @@ Learn how to use Azure Machine Learning services for experimentation and model m As a pre-requisite, run the [configuration Notebook](../configuration.ipynb) notebook first to set up your Azure ML Workspace. Then, run the notebooks in following recommended order. -* [train-within-notebook](./training/train-within-notebook): Train a model hile tracking run history, and learn how to deploy the model as web service to Azure Container Instance. +* [train-within-notebook](./training/train-within-notebook): Train a model while tracking run history, and learn how to deploy the model as web service to Azure Container Instance. * [train-on-local](./training/train-on-local): Learn how to submit a run to local computer and use Azure ML managed run configuration. * [train-on-amlcompute](./training/train-on-amlcompute): Use a 1-n node Azure ML managed compute cluster for remote runs on Azure CPU or GPU infrastructure. * [train-on-remote-vm](./training/train-on-remote-vm): Use Data Science Virtual Machine as a target for remote runs.