Get heatmap of relative WIS
Usage
get_heatmap_relative_wis(
scores,
figure_file_path,
time_period,
baseline_model = "COVIDhub-baseline",
save_files = TRUE
)
Arguments
- scores
df of granular (daily) score across models, locations, forecast dates and horizons
- figure_file_path
path to save figure
- time_period
time period that scores are summarized over
- baseline_model
which model to compute relative WIS compared to, default is
COVIDhub-baseline
- save_files
save_files boolean indicating whether or not to save figures, default is
TRUE