-
Notifications
You must be signed in to change notification settings - Fork 2
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
(DRAFT) Post-processing for H models #287
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #287 +/- ##
===========================================
- Coverage 24.45% 13.48% -10.98%
===========================================
Files 22 16 -6
Lines 1611 1105 -506
===========================================
- Hits 394 149 -245
+ Misses 1217 956 -261
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
commit 724d09b Author: Dylan H. Morris <[email protected]> Date: Sat Jan 18 17:31:57 2025 +0000 Add helper data `PyrenewHEWData` class to hold input data to `PyrenewHewModel`s (#283) commit bc76d59 Author: Subekshya Bidari <[email protected]> Date: Fri Jan 17 14:18:11 2025 -0500 add subpopulation to LatentInfectionProcess (#282) commit a70e296 Author: Subekshya Bidari <[email protected]> Date: Wed Jan 15 15:29:44 2025 -0500 add setup-r (#295)
…enew-hew into dmb_multi_postprocess
Unfortunately, this has become a bit of monster PR, but it will result in a lot more consistency, clarity, and adaptability in the project.
Done
"Disease"
and"Other"
, instead uses more descriptive names like"observed_ed_visits"
and"other_ed_visits"
in a tidy format.group_time_index_to_date
for robust PyRenew-index to date conversions.parse_pyrenew_model_name
to extract expected features (h
,e
,w
), based on the model's nameh
ande
.offset
argument in model scoring to be1
, rather than1 / max_visits
, sincemax_visits
is less well-defined when working with multiple targets.scored.rds
permodel_run_dir
. Different models and resolutions are indicated by their respective columns in these tables.In progress
To do:
Out of Scope
Closes
Closes #308
Closes #296