update samples from Release-160 as a part of 1.0.76 SDK release

This commit is contained in:
vizhur
2019-11-25 19:28:19 +00:00
parent b54b2566de
commit 2214ea8616
89 changed files with 508 additions and 3346 deletions

View File

@@ -102,7 +102,7 @@
"source": [
"import azureml.core\n",
"\n",
"print(\"This notebook was created using version 1.0.74.1 of the Azure ML SDK\")\n",
"print(\"This notebook was created using version 1.0.76 of the Azure ML SDK\")\n",
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
]
},