From fc541706e75a7e97d68017856651d08f4d4ab222 Mon Sep 17 00:00:00 2001 From: Jeff Shepherd Date: Thu, 13 Jun 2019 13:12:32 -0700 Subject: [PATCH] Fixed path for auto-ml-remote-amlcompute --- how-to-use-azureml/automated-machine-learning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-use-azureml/automated-machine-learning/README.md b/how-to-use-azureml/automated-machine-learning/README.md index f6d3a5bd..af7ec6af 100644 --- a/how-to-use-azureml/automated-machine-learning/README.md +++ b/how-to-use-azureml/automated-machine-learning/README.md @@ -115,7 +115,7 @@ jupyter notebook - Simple example of using automated ML for regression - Uses local compute for training -- [auto-ml-remote-amlcompute.ipynb](remote-batchai/auto-ml-remote-amlcompute.ipynb) +- [auto-ml-remote-amlcompute.ipynb](remote-amlcompute/auto-ml-remote-amlcompute.ipynb) - Dataset: scikit learn's [digit dataset](http://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html#sklearn.datasets.load_digits) - Example of using automated ML for classification using remote AmlCompute for training - Parallel execution of iterations