library(magrittr) # pipe operator
scores <- example_quantile %>%
as_forecast_quantile %>%
score()
correlations <- scores %>%
summarise_scores() %>%
get_correlations()
plot_correlations(correlations, digits = 2)
Run the code above in your browser using DataLab