scoringutils icon indicating copy to clipboard operation
scoringutils copied to clipboard

Add coverage to plot_score_table()

Open nikosbosse opened this issue 3 years ago • 0 comments

Currently there is no way to have coverage displayed on the plot_score_table() plot. The following code will just remove it:

example_quantile %>%
    score() %>%
    add_coverage(by = c("model")) %>%
    summarise_scores(by = c("model")) %>%
    summarise_scores(by = c("model"), fun = signif, digits = 1) %>%
    plot_score_table()

Would be nice to add it

nikosbosse avatar Apr 14 '22 08:04 nikosbosse