ImperialCollegeLondon / covid19model

Code for modelling estimated deaths and cases for COVID19.
MIT License
944 stars 271 forks source link

python_integration #13

Closed harrisonzhu508 closed 4 years ago

harrisonzhu508 commented 4 years ago

Main features:

Future work:

Any comments welcome.

am5113 commented 4 years ago

Maybe it's a good idea to keep everything Python self-contained in the "Python" folder so everything isn't mixed together. For example, having a .yml file for R and requirements.txt for Python doesn't seem too elegant. What do you think?