From a4c83c19393876064530fe2369db5d9ffdf0089c Mon Sep 17 00:00:00 2001 From: nikosbosse Date: Sat, 16 Dec 2023 17:55:28 +0100 Subject: [PATCH] Update readme --- README.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.Rmd b/README.Rmd index 15d8ab179..779d85f68 100644 --- a/README.Rmd +++ b/README.Rmd @@ -90,6 +90,7 @@ Forecasts can be easily and quickly scored using the `score()` function. `score( ```{r score-example} example_quantile %>% set_forecast_unit(c("location", "target_end_date", "target_type", "horizon", "model")) %>% + as_forecast() %>% validate_forecast() %>% add_coverage() %>% score() %>%