| lfq_score | R Documentation |
Runs backtest and returns scores in one step.
lfq_score(
data,
engines = "mlr",
horizons = c(14, 28),
metrics = c("mae", "coverage"),
...
)
data |
An lfq_data object. |
engines |
Character vector of engine names. |
horizons |
Forecast horizons in days. |
metrics |
Score metrics. |
... |
Passed to |
A tibble of scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.