Get plot of overall hub performance
Usage
get_plot_hub_performance(
all_scores,
cfa_real_time_scores,
figure_file_path,
all_time_period,
real_time_period,
baseline_model = "COVIDhub-baseline",
save_files = TRUE
)
Arguments
- all_scores
df with granular (daily) scores from every model, forecast_date, and location for the entire time period. Includes the two retrospective models
- cfa_real_time_scores
df with granular (daily) scores from the submitted cfa ww model for the time period when it was submitted.
- figure_file_path
path to directory to save figures
- all_time_period
string indicating the longer time frame we are comparing, e.g. "Oct 2023-Mar 2024"
- real_time_period
string indicating the shorter time frame that we submitted our model to the hub e.g. "Feb 2024-Mar 2024"
- baseline_model
which model to compute relative WIS compared to, default is
COVIDhub-baseline
- save_files
boolean indicating whether or not to save figures, default is
TRUE