Update auto-ml-classification-with-deployment.ipynb

This commit is contained in:
Josée Martens
2019-05-24 13:43:38 -05:00
committed by GitHub
parent a5d774683d
commit d2a9dbb582

View File

@@ -18,7 +18,7 @@
"\n",
"## Contents\n",
"1. [Introduction](#Introduction)\n",
"1. [Setup](#Setup)\n",
"1. [Setup](#setup)\n",
"1. [Train](#Train)\n",
"1. [Deploy](#Deploy)\n",
"1. [Test](#Test)"
@@ -49,7 +49,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Setup\n",
"## Setup <a name="setup"></a>\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."
]
@@ -500,4 +500,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}