Skip to content

Commit 0957af0

Browse files
authored
Merge pull request Azure#545 from Azure/imatiach-msft-patch-1
add dataprep dependency to notebook
2 parents dff0997 + a3bdd19 commit 0957af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

how-to-use-azureml/explain-model/azure-integration/scoring-time/train-explain-model-on-amlcompute-and-deploy.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"\n",
242242
"azureml_pip_packages = [\n",
243243
" 'azureml-defaults', 'azureml-contrib-explain-model', 'azureml-core', 'azureml-telemetry',\n",
244-
" 'azureml-explain-model'\n",
244+
" 'azureml-explain-model', 'azureml-dataprep'\n",
245245
"]\n",
246246
" \n",
247247
"\n",
@@ -545,4 +545,4 @@
545545
},
546546
"nbformat": 4,
547547
"nbformat_minor": 2
548-
}
548+
}

0 commit comments

Comments
 (0)