update samples from Release-93 as a part of SDK release

This commit is contained in:
amlrelsa-ms
2021-03-24 16:45:36 +00:00
parent 54a065c698
commit 8b32e8d5ad
46 changed files with 2981 additions and 1505 deletions

View File

@@ -92,7 +92,7 @@
"metadata": {},
"outputs": [],
"source": [
"print(\"This notebook was created using version 1.24.0 of the Azure ML SDK\")\n",
"print(\"This notebook was created using version 1.25.0 of the Azure ML SDK\")\n",
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
]
},
@@ -256,15 +256,6 @@
"#remote_run = AutoMLRun(experiment = experiment, run_id = '<replace with your run id>')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"remote_run"
]
},
{
"cell_type": "markdown",
"metadata": {},