health-data-science-OR / forecasting

Forecasting materials for Making a difference with health data
MIT License
6 stars 3 forks source link

Binder
DOI License: MIT Python 3.10+ License: MIT

HPDM097: Making a difference with health data:

Forecasting health service demand

Forecasting practical materials for Making a difference with health data module.

Dependencies

Please use the provided conda environment

conda env create -f binder/environment.yml
conda activate hds_forecast

Citation:

Monks, T. (2023). forecasting health service demand in python. Zenodo. https://doi.org/10.5281/zenodo.4332600
@software{monks_2023_10370697,
  author       = {Monks, Thomas},
  title        = {forecasting health service demand in python},
  month        = dec,
  year         = 2023,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.4332600},
  url          = {https://doi.org/10.5281/zenodo.4332600}
}

Syllabus

RECOMMENDED Pre-course material

These notebooks offer a refresher in the basics of date handling in numpy, pandas and matplotlib.

Computer Lab 1: The basics of forecasting: part 1

1.1 Code along notebooks

These notebooks accompany the exercises. They provide example code to help you solve the exercises.

1.2 Exercises

Computer Lab 2: The basics of forecasting: part 2

2.1 Code along notebooks

2.2 Exercises

Computer Lab 3: Forecasting using ARIMA models

3.1 Code along notebooks

3.2 Exercises

Computer Lab 4: Forecasting daily data using Facebook Prophet

4.1 Code along notebooks

4.2 Exercises

Computer Labs 5. An introduction to feedforward neural networks

5.1. code along lecture notebooks

5.2 Exercises

5.3. Optional self study material

Computer Lab 6: Feedforward neural networks for time series

6.1 Exercises

6.2 Optional self study material