This commit is contained in:
Kelly Gremban 2019-03-07 15:39:31 -08:00
Родитель 7bf1bccc88
Коммит 3d1715dfb1
1 изменённых файлов: 2 добавлений и 10 удалений

Просмотреть файл

@ -82,7 +82,7 @@
"outputs": [],
"source": [
"# Load the IoT extension for Azure CLI\n",
"!az extension add --name azure-cli-iot-ext",
"!az extension add --name azure-cli-iot-ext"
},
{
"cell_type": "code",
@ -372,15 +372,7 @@
"register model from file"
]
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Registering model model.pkl\n"
]
}
],
"outputs": [],
"source": [
"from azureml.core.model import Model\n",
"\n",