-
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
Set up validation for all indicators #725
Comments
This was referenced Mar 19, 2021
This was referenced Mar 23, 2021
Validation parameters have been added (and implemented) for all but one indicator ran using automation. Exceptions include:
|
Validation is rolled out to all daily signals in dry-run mode. Acquisition blocking is turned off because validation is too sensitive for it to be useful. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indicators:
changehc
claims_hosp
doctor_visits
fb_survey
google_symptoms
hhs_hosp
jhu
(Add JHU validation parameters #752)nchs_mortality
quidel_covidtest
safegraph_patterns
usafacts
Inactive Indicators:
cdc_covidnet
combo_cases
google_health
hhs_facilities
quidel
safegraph
This should basically involve:
params.json
that specifies:global.data_source
(the indicator name)global.span_length = 14
dynamic.smoothed_signals
dynamic.max_expected_lag
dynamic.min_expected_lag
python -m delphi_validation
The text was updated successfully, but these errors were encountered: