This the material for a beginner's level workshop for time series forecasting in python, using the Prophet package (https://facebook.github.io/prophet/). Previous python knowledge helps, specially if you have worked before with pandas and scikit-learn.
The workshop is presented at the PyLadies Hamburg meetup on Tuesday, April 27 2021. Slides presented during the workshop are available here: https://speakerdeck.com/meiradania/forecasting-getting-started-with-the-prophet-package
- Anaconda with Python 3.8
- C++ compiler: gcc ≥9.0 or clang ≥10.0.
Create the conda environment in your workspace
$ conda create --name prophet-intro --file spec-file.txt
👤 Dânia Meira
LinkedIn: https://www.linkedin.com/in/daniameira/
Twitter: https://twitter.com/meiradani
👤 Lidia Yalew