Skip to content

Commit 22dfca6

Browse files
authored
Update the salesforce example to import scikit learn (#1019)
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com> Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
1 parent 067ba59 commit 22dfca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store-sales-forecasting-kaggle-competition/store-sales-kfp.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"metadata": {},
8383
"outputs": [],
8484
"source": [
85-
"import_packages = ['pandas', 'sklearn', 'statsmodels', 'kaggle','pyarrow']"
85+
"import_packages = ['pandas', 'sklearn', 'statsmodels', 'kaggle','pyarrow','scikit-learn']"
8686
]
8787
},
8888
{

0 commit comments

Comments
 (0)