update samples from Release-62 as a part of 1.21.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2021-01-25 18:00:48 +00:00
parent cda1f3e4cf
commit fff4005a01
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)"