-
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 15.87% 8.19% -7.69%
=========================================
Files 21 15 -6
Lines 1537 1074 -463
=========================================
- Hits 244 88 -156
+ Misses 1293 986 -307
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Unfortunately, this has become a bit of monster PR, but it will result in a lot more consistency, clarity, and adaptability in the project.
"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 name,h
ande
.