UPOD-datascience / Sirum

Repository to experiment with SIR-like models
1 stars 0 forks source link

Sirum

Python package

Repository to experiment with SIR-like models. The purpose is not to develop new SIR-models but rather to create a thin wrapper around existing SIR-implementations to allow for easy experimentation.

To start with:

  1. We take the minimal SIR-model and combine it with a blackbox-optimiser like Optuna or Hyperopt
  2. Expand the complexity of the SIR-model (SEIR, SEIRSPLUS, SIRF, SIS, SIRD, etc.)
  3. Try different model paradigms?

Research questions:

  1. what is the required immunity
  2. how to include/extract the required IC-capacity in/from the model?

I.e. we have the following basic components: {{intial conditions}-> {SIR-model}} <-> {Optimisation/fitting}

Problems:

Suggestions for improvement:

online calculators and dashboards:

Crowd initiatives:

Kaggle competitions: https://www.kaggle.com/covid19

Good notebooks:

Literature sources:

Data sources:

Specific papers:

Explanations: