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

This commit is contained in:
vizhur
2020-02-11 20:00:16 +00:00
parent a09a1a16a7
commit ed91e39d7e
80 changed files with 4469 additions and 102 deletions

View File

@@ -348,7 +348,7 @@
"from azureml.core.conda_dependencies import CondaDependencies \n",
"\n",
"myenv = CondaDependencies()\n",
"myenv.add_pip_package(\"scikit-learn\")\n",
"myenv.add_pip_package(\"scikit-learn==0.22.1\")\n",
"myenv.add_pip_package(\"azureml-defaults\")\n",
"\n",
"with open(\"myenv.yml\",\"w\") as f:\n",