covid19-dash / covid-dashboard

Help welcomed if you have expertise in public health web technology, data modeling and munging, or visualization.
https://covid19-dash.github.io/
BSD 3-Clause "New" or "Revised" License
131 stars 41 forks source link

Avoid plotting predictions for countries with very little active cases #28

Closed GaelVaroquaux closed 4 years ago

GaelVaroquaux commented 4 years ago

For these countries, the prediction is not trustworthy.

Let's put a threashhold at 50 active cases (we can revisit this number later).

GaelVaroquaux commented 4 years ago

Closed in 95fce13