cmu-delphi / delphi-epidata

An open API for epidemiological data.
https://cmu-delphi.github.io/delphi-epidata/
MIT License
100 stars 62 forks source link

Universal Revision analysis #1474

Open dsweber2 opened 4 weeks ago

dsweber2 commented 4 weeks ago

Initially motivated by a request from Nat on https://github.com/cmu-delphi/delphi-epidata/pull/1439. We have some sources with decent revision behavior discussions, and some without. It would probably be useful to write a script that spits out some basic revision behavior. Unlike some of the other dataset attributes, this one is fairly agnostic to the particulars of the dataset (compare with correlations, for example).

People best equipped to help with this are @lcbrooks and @jingjtang, though I suspect just adapting a script that jinging sent me quite a while back is probably the easiest thing.

In many respects this goes under the general heading of having a more unified structure of dataset analysis. Currently the best place to look for dataset exploration is the issue associated with adding the dataset, which doesn't seem particularly accessible.