Code Monkey home page Code Monkey logo

rtlive-global's Introduction

Country-agnostic modeling of Rt

This repository contains code for data processing and modeling of COVID-19 reproduction number Rt using the model that was developed for https://rt.live.

While the implementation of the model is completely country-independent, the code has a high-level interface that allows for easy plug-in support of new countries.

The rt.live site itself (for the United States) runs the model hosted at rtcovidlive/covid-model, on which this further work was based. Other sites like rtlive.de run the code in this repository.

Where to find...

Adding Country Support

We learned that artifacts in data often require manual intervention to be fixed. At the same time, data loading and processing must be fully automated to support running the data processing for tens or hundreds of regions every day.

In this repository, we implemented a generalized data loading & processing interface that allows for:

  • supporting countries at national AND OR regional level
  • implementing country-specific interpolation / extrapolation / data cleaning routines
  • manual outlier removal & corrections

Contributions to add/improve country support are very welcome!

Contributing

To contribute data sources, fix data outliers, or improve data quality for a specific country, please open a PR for the corresponding data_xy.py file in rtlive/sources.

Furthermore, we welcome contributions regarding...

  • testing
  • robustness against data outliers
  • computational performance
  • model insight

Citing

To reference this project in a scientific article:

Kevin Systrom, Thomas Vladek and Mike Krieger. Rt.live (2020). GitHub repository, https://github.com/rtcovidlive/covid-model

or with the respective BibTeX entry:

@misc{rtlive2020,
  author = {Systrom, Kevin and Vladek, Thomas and Krieger, Mike},
  title = {Project Title},
  year = {2020},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/rtcovidlive/covid-model}},
  commit = {...}
}

rtlive-global's People

Contributors

alexandorra avatar lhelleckes avatar michaelosthege avatar mikeyk avatar twiecki avatar tymick avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.