344 create dynamic low case count thresholds#353
Merged
PatrickTCorbett merged 47 commits intomainfrom Aug 26, 2025
Merged
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Contributor
|
Thank you for your contribution @PatrickTCorbett 🚀! Your pkgdown-site is ready for download 👉 here 👈! |
for more information, see https://pre-commit.ci
…low-case-count-thresholds' into 344-create-dynamic-low-case-count-thresholds
kgostic
approved these changes
Aug 25, 2025
Co-authored-by: Katie Gostic <uep6@cdc.gov>
micahwiesner67
approved these changes
Aug 26, 2025
Collaborator
micahwiesner67
left a comment
There was a problem hiding this comment.
LGTM, but please address the failing build due to outdated roxygen documentation by running roxygenize() locally and pushing
PatrickTCorbett
added a commit
to CDCgov/cfa-config-generator
that referenced
this pull request
Aug 26, 2025
This update is meant to coincide with the PR in epinow2 CDCgov/cfa-epinow2-pipeline#353 to add in pathogen-specific low case count thresholds. This PR just adds disease-specific low case count thresholds that can be read into the epinow2 pipeline.
…low-case-count-thresholds' into 344-create-dynamic-low-case-count-thresholds
natemcintosh
approved these changes
Aug 26, 2025
Collaborator
natemcintosh
left a comment
There was a problem hiding this comment.
reviewed again. Looking good
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview:
Create pathogen-specific low case count thresholds to use for labeling each state-pathogen pair as "n_low_case_counts" in the diagnostic file. "n_low_case_count" is assigned if the past week OR the week before that have less then X ED visits where X is the specified threshold. The state-pathogen pairs with a n_low_case_count flag will have their Rt values nulled and growth categories edited to "Not Estimated" in the post-processing repo.
Changes:
Coinciding PR:
Coincides with PR in config generator CDCgov/cfa-config-generator#73 where the threshold are provided in the src/cfa_config_generator/utils/epinow2/constants.py file.