Compare commits

..

1 Commits

Author SHA1 Message Date
amlrelsa-ms
dda35dfcf1 update samples from Release-88 as a part of 1.29.0 SDK stable release 2021-05-24 17:04:07 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -184,10 +184,12 @@
"\n",
"env = Environment(name=\"mlflow-env\")\n",
"\n",
"env.docker.enabled = True\n",
"\n",
"# Specify conda dependencies with scikit-learn and temporary pointers to mlflow extensions\n",
"cd = CondaDependencies.create(\n",
" conda_packages=[\"scikit-learn\", \"matplotlib\"],\n",
" pip_packages=[\"azureml-mlflow\", \"pandas\", \"numpy\"]\n",
" pip_packages=[\"azureml-mlflow\", \"numpy\"]\n",
" )\n",
"\n",
"env.python.conda_dependencies = cd"

View File

@@ -274,7 +274,7 @@
"- pip:\n",
" - azureml-defaults\n",
" - keras\n",
" - tensorflow<=2.4.*\n",
" - tensorflow\n",
" - numpy\n",
" - scikit-learn\n",
" - pandas\n",