powered by
Plots a coloured table of scores obtained using eval_forecasts
eval_forecasts
correlation_plot(scores, select_metrics = NULL)
A data.frame of scores as produced by eval_forecasts
A character vector with the metrics to show. If set to NULL (default), all metrics present in summarised_scores will be shown
NULL
summarised_scores
A ggplot2 object showing a coloured matrix of correlations between metrics
# NOT RUN { scores <- scoringutils::eval_forecasts(scoringutils::quantile_example_data) scoringutils::correlation_plot(scores) # }
Run the code above in your browser using DataLab