We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a5ad0 commit ca57344Copy full SHA for ca57344
forecast-framework.qmd
@@ -235,10 +235,7 @@ eng <- linear_reg()
235
wf <- epi_workflow(r, eng, f) %>% fit(jhu)
236
preds <- predict(wf, latest)
237
```
238
-
239
-All that really differs from the `arx_forecaster()` is the `recipe`, the
240
-test data, and the engine. The `frosting` is identical, as is the fitting
241
-and predicting procedure.
+The code for `arx_forecaster()` simply generalizes this, passing along arguments as needed.
242
243
```{r}
244
preds
0 commit comments