• Stars
    star
    131
  • Rank 274,226 (Top 6 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

COVID-19 SIR model estimation

COVID-19 SIR Model Estimation

SIR model estimation on COVID-19 cases dataset. There is a blog post describing the detail of the SIR model and COVID-19 cases dataset.

japan

Usage

All dependencies are resolved by Pipenv

$ poetry install
$ poetry run python solver.py

Option to run

usage: solver.py [-h] [--countries COUNTRY_CSV] [--download-data]
                 [--start-date START_DATE] [--prediction-days PREDICT_RANGE]
                 [--S_0 S_0] [--I_0 I_0] [--R_0 R_0]

optional arguments:
  -h, --help            show this help message and exit
  --countries COUNTRY_CSV
                        Countries on CSV format. It must exact match the data
                        names or you will get out of bonds error.
  --download-data       Download fresh data and then run
  --start-date START_DATE
                        Start date on MM/DD/YY format ... I know ...It
                        defaults to first data available 1/22/20
  --prediction-days PREDICT_RANGE
                        Days to predict with the model. Defaults to 150
  --S_0 S_0             S_0. Defaults to 100000
  --I_0 I_0             I_0. Defaults to 2
  --R_0 R_0             R_0. Defaults to 0

Data Sources

The data used by this simulation is available in:

More Repositories

1

docker-trino-cluster

Multiple node presto cluster on docker container
Makefile
120
star
2

docker-hadoop-cluster

Multiple node cluster on Docker for self development.
Shell
90
star
3

mlir-hello

MLIR Sample dialect
90
star
4

n42

Tiny Deep Learning module for Node.js
JavaScript
68
star
5

dllib

dllib is a distributed deep learning library running on Apache Spark
CSS
32
star
6

tf-sne

tf-sne is a light weight visualization tool on Tensorflow
Python
14
star
7

passport-yj

Oauth2.0 npm package for Yahoo! JAPAN corresponds to YConnect
JavaScript
11
star
8

SwiftCase

Case class implementation and matching DSL for Swift
Swift
10
star
9

storm-cookbook

Chef cookbook for storm
Ruby
8
star
10

robinhood

Comparison of RobinHood hashing algorithm
Go
7
star
11

spark-kaggle-examples

Kaggle Job repository
Scala
6
star
12

site-snapshot

Take a snapshot of your site while crawling
TypeScript
6
star
13

gimg

Printing image in terminal by ANSI/VT100 Control sequences
Go
5
star
14

node-yj

A Node.JS module, which provides an object oriented wrapper for the YJDN APIs.
JavaScript
5
star
15

java-GoF

Design patterns written in Java
Java
5
star
16

PE

This is JavaScript physics engine.
JavaScript
4
star
17

hakoniwa

Simulation framework using LLM based entities to mimic the real-world persona behavior
Python
4
star
18

terraform-aws-presto

Terraform module to create Presto cluster
HCL
4
star
19

dropbox-github-action

4
star
20

tiny-presto

Lightweight Presto pluster for verifying query result consistency
Ruby
3
star
21

LEStatsRequest

Statistics of Japan government request client
Objective-C
3
star
22

readonly

Simple reference restriction library between custom modules in node object.
JavaScript
3
star
23

language-digdag

Adds syntax highlighting to Digdag files in Atom
2
star
24

lewuathe.github.io

The first cry of Atom
HTML
2
star
25

cgit-cookbook

configuration and starting service of cgit
Ruby
2
star
26

oranch

Log file tracker library in node
JavaScript
2
star
27

drill-cookbook

Chef cookbook for Apache Drill
Ruby
1
star
28

node-jp

Client of the statics data provided by the goverment of Japan.
JavaScript
1
star
29

hckrnews-plugin

Jenkins plugin for reading hacker news top time line.
Java
1
star
30

TensorFlow-StyleTransfer

Style Transfer in TensorFlow
Python
1
star
31

mybf

A implementation of BrainFuck in LLVM
C++
1
star
32

parse-spec

For ALL migrator from Parse.com! Testing tool for Parse.com REST API.
JavaScript
1
star
33

hadoop

My hadoop mirror repository
Java
1
star
34

embulk-formatter-geojson

Embulk formatter plugin for geojson
Ruby
1
star
35

kaggle-repo

My Kaggle programs
Python
1
star
36

omaha

Unified view of financial metrics of public companies
Python
1
star
37

fluent-plugin-finagle

Fluentd input plugin for Finagle metric
Ruby
1
star
38

docker-td-xgboost

Docker image for running XGBoost with Treasure Data
Python
1
star
39

Cipang

The utility iOS app for open data of Japan
Objective-C
1
star
40

storm-jubatus

Middleware between storm and jubatus
Java
1
star
41

obsidian-mlir-syntax-highlight

JavaScript
1
star