add dataprep dependency to notebook

add dataprep dependency to train-explain-model-on-amlcompute-and-deploy.ipynb notebook for azureml-explain-model package
This commit is contained in:
Ilya Matiach
2019-08-23 13:11:36 -04:00
committed by GitHub
parent dff09970ac
commit a3bdd193d1

View File

@@ -241,7 +241,7 @@
"\n",
"azureml_pip_packages = [\n",
" 'azureml-defaults', 'azureml-contrib-explain-model', 'azureml-core', 'azureml-telemetry',\n",
" 'azureml-explain-model'\n",
" 'azureml-explain-model', 'azureml-dataprep'\n",
"]\n",
" \n",
"\n",
@@ -545,4 +545,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}