Skip to content

LeviBorodenko/data-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Data Playground

Fun and informal data analysis projects.

1. Destilling statistically significant circumstances that promote the lethality of a car accident.

We use a GLM approach to find covariates that have a high influence on the odds of lethality in a car accident. We use a dataset of roughly 250000 recorded car accidents in the UK.

Methodology and data

Result

Simulating a Covid outbreak in Reddit

Result

Live diagram of a Covid19 outbreak on Reddit started from this post. By commenting in this thread, you potentially infect redditors that you have interacted in the past -- watch it spread!

Every user commenting in a monitored thread gets their recent commenting history scanned and may infect users whose posts/comments they have commented. Once we have infected so many people in a subreddit that it is computationally not feasible to keep spreading on a case by case basis, a Covid SIR model takes over and simulates further spread in that subreddit.

We interact with reddit via PRAW and the fronend is build with vue.js and c3.js for the charts.