You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or something mirroring fable, whatever its interface is.
As:
More commonly than not, users will probably will want (x,y,geo_value,time_value) in a data frame format to pass to a fitter function like lm, rq, etc. If they are given df as an input, this is less trouble.
The code to call a forecaster / list of forecasters seems easier:
as opposed to something with do.call or tidy_eval or things along those lines. Although I'm not sure if taking df as an argument would make things easier or harder when using epi[x]_slide; I forget if slider expects functions to take in the columns or the df.
The proper forecaster signature should be:
All args not in the
epi_
data frame should be in an args list.The text was updated successfully, but these errors were encountered: