-
Notifications
You must be signed in to change notification settings - Fork 10
380 add forecast date recipe #433
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible problem down the road: Roni is talking about switching time_value
for reference_date
in epidata, so we may want to too, which would lead to some confusing name collision. Probably worth going ahead with this anyways.
Just confirming, no steps/layers are currently using this right? E.g. layer_add_forecast_date
?
Co-authored-by: David Weber <[email protected]>
|
|
Checklist
Please:
dajmcdon.
DESCRIPTION
andNEWS.md
.Always increment the patch version number (the third number), unless you are
making a release PR from dev to main, in which case increment the minor
version number (the second number).
(backwards-incompatible changes to the documented interface) are noted.
Collect the changes under the next release number (e.g. if you are on
0.7.2, then write your changes under the 0.8 heading).
epiprocess
version in theDESCRIPTION
file ifepiprocess
soonepipredict
andepiprocess
Change explanations for reviewer
Added
reference_date
to the epi recipe. I think this is likely a better terminology. The hope is to use these for nowcasts and backcasts, so the thinking here is to make downstream computations relative to thereference
in all cases. It's not specific only to forecasts.Note: Downstream steps (such as
step_adjust_latency()
) can be updated in separate PRs.Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch
forecast_date
as a first-class part of the recipe object #380