From 28be7bcf580609cf2c8508f5d06feda6cd7275a7 Mon Sep 17 00:00:00 2001 From: Oliver W Date: Fri, 28 Aug 2020 10:24:24 +0200 Subject: [PATCH] docs: bring docs in line with code A non-existant name was being referred to, which only serves confusion. --- ...-pipelines-showcasing-datapath-and-pipelineparameter.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb index 9f6312ae..6fd05087 100644 --- a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb +++ b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb @@ -87,7 +87,7 @@ "source": [ "## Create an Azure ML experiment\n", "\n", - "Let's create an experiment named \"automl-classification\" and a folder to hold the training scripts. The script runs will be recorded under the experiment in Azure." + "Let's create an experiment named \"showcasing-datapath\" and a folder to hold the training scripts. The script runs will be recorded under the experiment in Azure." ] }, { @@ -525,4 +525,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}