Time Series Forecasting in Python - Data Science Festival - GSK.
📺 the workshop recording is available here -> https://online.datasciencefestival.com/talks/workshop/
- Time Series EDA
- Naive Benchmarks
- Evaluation metrics
- Time Series Cross Validation
- Statistical Methods - Exponential Smoothing, ARIMA, TBATS
- Machine Learning for time-series forecasting
- direct approach
- recursive features
- global forecasting models
- Create a python virtual environment:
python -m venv .venv
- Activate your environment:
source .venv/bin/activate
- If you want install the development requirements:
pip install -r requirements.dev.txt
- Install pre-commit to use pre-commit hooks:
pre-commit install
- Install the package in development mode:
pip install -e .
OR
make environment
source .venv/bin/activate
Data was downloaded from the CDC - Flu portal dashboard
- VIDEOS:
- BLOGS & WEBSITES:
- BOOKS:
- Hyndman, R.J., & Athanasopoulos, G. (2021) Forecasting: principles and practice, 3rd edition, OTexts: Melbourne, Australia. https://otexts.com/fpp3/