Fix bad json errors
This commit is contained in:
Родитель
7bf1bccc88
Коммит
3d1715dfb1
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче