Skip to content

Commit 3146c2c

Browse files
authored
Update Dockerfile with Facebook Prophet
Add `fbprophet` as package installed in Kaggle Docker image. More info on Prophet, which was open-sourced last week: https://facebookincubator.github.io/prophet/
1 parent c69eda7 commit 3146c2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ RUN pip install --upgrade mpld3 && \
306306
pip install python-louvain && \
307307
pip install pyexcel-ods && \
308308
pip install sklearn-pandas && \
309+
pip install fbprophet && \
309310
conda install -y -c conda-forge -c ioam holoviews && \
310311
pip install git+https://github.com/ioam/geoviews.git && \
311312
##### ^^^^ Add new contributions above here

0 commit comments

Comments
 (0)