From 70fdab0a2864e5535f0c540f515829c07d9b9948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9e=20Martens?= Date: Fri, 24 May 2019 13:45:04 -0500 Subject: [PATCH] Update auto-ml-classification-with-deployment.ipynb --- .../auto-ml-classification-with-deployment.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-use-azureml/automated-machine-learning/classification-with-deployment/auto-ml-classification-with-deployment.ipynb b/how-to-use-azureml/automated-machine-learning/classification-with-deployment/auto-ml-classification-with-deployment.ipynb index ae77bf3e..9052e55c 100644 --- a/how-to-use-azureml/automated-machine-learning/classification-with-deployment/auto-ml-classification-with-deployment.ipynb +++ b/how-to-use-azureml/automated-machine-learning/classification-with-deployment/auto-ml-classification-with-deployment.ipynb @@ -51,7 +51,7 @@ "source": [ "## Setup \n", "\n", - "As part of the setup you have already created an Azure ML `Workspace` object. For AutoML you will need to create an `Experiment` object, which is a named object in a `Workspace` used to run experiments." + "As part of the setup you have already created an Azure ML `Workspace` object. For AutoML you will need to create an `Experiment` object, which is a named object in a `Workspace` used to run experiments." ] }, {