-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I already wrote an epi_recipe
wrapper around recipe
. This performs 2 functions specific to our use case. First, the template
is always a single row to avoid copies. Second, it handles time_value
and geo_value
(and other keys) properly.
- Do we implement a
epi_workflow
aroundworkflow
. Current workflow does not support post processing of any type. And it doesn't have many useful S3 methods (residuals, fitted, etc). - Do we implement wrappers around
predict
to keep the keys. epi_recipe
doesn't currently add a class (it has classrecipe
). Do we add one?
We need to do something to solve 2.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested