Merge pull request #545 from Azure/imatiach-msft-patch-1

add dataprep dependency to notebook
This commit is contained in:
vizhur
2019-08-23 13:14:30 -04:00
committed by GitHub

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
}
}