- Install
requirements.txt
and remember to activate the environment where the packages were installed before starting the jupyter kernel. It is recommended to start the kernel at the root of this project (in folderbsc-thesis
) by runningjupyter notebook $NOTEBOOK_NAME
- Load the dataset from Kaggle (Corporación Favorita Grocery Sales Forecasting Competition)
- Unzip the files into the
data
folder
Consider the notes that Facebook Prophet has documented about upstream issues with PyStan
There are upstream issues in PyStan for Windows which make MCMC sampling extremely slow. The best choice for MCMC sampling in Windows is to use R, or Python in a Linux VM.