py0
is a python implementation of compartmental disease modeling.
To install py0
:
pip install py0@git+https://github.com/ur-whitelab/py0.git
py0
can be coupled with MaxEnt to modify epidomiology parameters to find the best fit to disease trajectory given a set of observations and also infer the true origin of the outbreak (patient-zero). These observations are time-averaged fractional values that can come from different compartments (S, E, A, I and R) of a known synthetic reference trajectory or real pandemic spread data.
We try to explore the disease trajectory space over a distribution of epidomiology parameters, while changing the infection origin to different nodes (counties).
The package uses Keras (Tensorflow). To install:
pip install maxent@git+https://github.com/ur-whitelab/maxent.git
py0
is developed by Mehrad Ansari, Rainier Barrett and Andrew White.