←back to thread

261 points david927 | 1 comments | | HN request time: 0.212s | source

What are you working on? Any new ideas that you're thinking about?
1. Anon84 ◴[] No.43159744[source]
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