-
Notifications
You must be signed in to change notification settings - Fork 8
Clarify naming and fix defaults: epix_slide
is over versions
#146
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
Comments
Another thought: do we want to rename |
We should try to avoid using |
Thanks for raising these! I'd like to talk some of these through before you guys get too far along to understand what the problems are. I tried to design Hence I like items 1 and 4 in your todo list, but I'm not sure I like the others which are suggesting we rename things (items 2, 3, 5). Thinking back again about the output type for Should we discuss on a call or here on GitHub? Call might be more fluid. We could combine it with discussing #64 #67 whenever you're ready. |
We can discuss on call. Recording a couple vague thoughts to hash out then:
|
How would item 6 even work though? I don't see this happening, unless we also the Also, for item 1, ref_time_values should actually be ref_versions. Finally, |
I'll leave it up to you Logan to schedule a call whenever you feel is the right time. We can discuss on the call since I think that's the most fluid, given that see some of these ideas differently (and maybe we'll clarify some confusion along the way, from either side). |
Summary from call:
I don't think many of the tasks in this issue still apply. Closing this and opening other issues. |
Thanks for the summary. That all sounds right except for one detail: Default after should be 0 in epi_slide() and I think after shouldn't even be present as an arg in epix_slide(). (Subtleties for forecast data can be discussed and possible modifications made later, as part of the time vs version discussion) |
Makethe default value setting is nowref_time_values
default to something involving versions, not all time values;full_seq
up toobserved_versions_end
with period determined usingtsibble::guess_frequency
or an alternative to avoid potential licensing complicationsepix_slide
won't grab the latest version #153; the renaming will be part of a different discussion/issueRenamepart of separate discussionref_time_values
to something involving "version"Renamereplace withn
to something that doesn't imply it's counting somethingbefore
(+add issue about dot prefixes)n
default value (e.g., 7 doesn't make sense; we won't get 7 time values in typical data sources)Renamepart of separate discussiontime_value
column in output toversion
Consider making output anpart of larger discussionepi_archive
... but we might need to invent geo and time columns...The text was updated successfully, but these errors were encountered: