-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor indicators to use delphi_utils library calls #306
Comments
I can take the covidnet geo refactor. Updated table accordingly |
I believe for Google Health we need DMA methods with aren't available yet, so made an issue and updated the table. Going down the list, will take safegraph next (which is also a one liner since all it's doing is mapping state abbr and FIPS with a dict, which honestly isn't the worst -- just not consistent) |
@chinandrew We decided to avoid implementing DMA methods because of difficulty and the deprecation of the Google Health indicator. |
@nmdefries do you think you'll have a drop-in replacement from Google Symptoms available quicker than we'd be able to do a smoothing refactor in the old code? if so we might as well remove the old google health indicator from this list entirely. |
It's not clear to me how long it takes to spin up a new indicator, but GHT has other issues (bag of search terms might need to be re-chosen, #292; high variability; lack of documentation) that could make it not worth updating if we're ultimately going to move to Google Symptoms. Tagging @huisaddison for more context. |
We already decided not to update the GHT search terms, so that's out regardless. The question then is how close are you in GS to a widget that produces COVIDcast CSV files? days, weeks? |
Got it. I think it would take me a bit to get up to speed on indicator package construction - I've been working on EDA, data quality, basic forecasting with GS. I can't give a super accurate estimate, but I'd guess the widget would take a couple weeks. |
What is "doctor_visits"? |
Looking at the code, it appears |
@chinandrew there is a PR to merge |
hmmm, I guess it's not a PR, it's the run-quidel branch |
We now/will soon have the following pipeline utilities in delphi_utils:
These behaviors are currently implemented individually in each indicator. This ticket will track refactors on all indicators to use the library versions instead.
cds[1]emr_hosp[2]google_health[4][1] - we don't plan to continue development on CDS; don't refactor it
[2] - the emr-hosp indicator is no longer active; low priority
[3] - the facebook indicator is in R; python utilities can't be a part of the main computation (smoothing, aggregation) but validation can be added as a separate step
[4] - deprecated in favor of a new indicator using the new symptoms search product; don't refactor it
The text was updated successfully, but these errors were encountered: