Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Community contribution: Python analysis and plotting tools for output CSVs #95

Open
payoto opened this issue May 1, 2020 · 1 comment
Labels
Community Work community is doing around our work. Hopefully some of it will be ingested in the main repo!

Comments

@payoto
Copy link
Contributor

payoto commented May 1, 2020

This is not really an issue and more of an announcement/sharing of some derivative work that has been going on in a the French citizen's initiative data against covid. Some of the codes and tools developed may be of interest to the original authors and/or other people trying to exploit the model with for different countries/with different data.

First, possibly of most interest to the community, we have been developing a python package for reading, visualising and analysing the results of this model in python, using pandas and matplotlib. Below are a couple of example usages in jupyter notebooks:

In our effort to model the progression of the epidemic at finer geographical resolution in France we've added some additional flexibility to the input parameters. You can find all of this in my fork of the project payoto/covid19model.

In order to validate these changes and understand the predictive capability of the model we have also been collecting full simulation runs with data from different dates. This collection effort is stored at https://github.com/payoto/covid19model-fr-regions-results and is also available on kaggle. This data is used to validate the model and is made available for analysis under permissive licences.

Thanks for your hard work on updating this model!

@s-mishra s-mishra added the Community Work community is doing around our work. Hopefully some of it will be ingested in the main repo! label May 1, 2020
@payoto
Copy link
Contributor Author

payoto commented May 12, 2020

Our version of the three panel plot (length of forecast for validation only):

These can then be assembled in markdown documents in few lines of code:

Automatically generated country reports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Work community is doing around our work. Hopefully some of it will be ingested in the main repo!
Projects
None yet
Development

No branches or pull requests

2 participants