← Back to context

Comment by Anon84

1 year ago

I'm working on my epidemic modeling package in Python: https://github.com/DataForScience/epidemik (also https://pypi.org/project/epidemik/).

Currently adding support:

- loading/saving models

- model library

- simple math in parameter definition (for example, defining beta=2*eta, where eta is defined previously)

- viral intra-host models

- demographics

- arbitrary seasonality functions

The goal is to have it all ready for when my Cambridge epidemic modeling review gets published in a couple of months.

It's my first serious package, so I would love any feedback