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

This commit is contained in:
amlrelsa-ms
2021-01-25 19:03:14 +00:00
parent cda1f3e4cf
commit 249fb6bbb5
22 changed files with 36 additions and 30 deletions

View File

@@ -117,7 +117,7 @@
},
"outputs": [],
"source": [
"experiment_name = 'sklearn-mnist'\n",
"experiment_name = 'Tutorial-sklearn-mnist'\n",
"\n",
"from azureml.core import Experiment\n",
"exp = Experiment(workspace=ws, name=experiment_name)"