Skip to contents

Benchmark performance of wastewater and hospital admissions model foreast runs

Usage

benchmark_performance(
  ww_scores,
  hosp_scores,
  benchmark_dir,
  benchmark_scope,
  wwinference_version,
  overwrite_benchmark
)

Arguments

ww_scores

A tibble containing the scores for all target horizon days, forecast dates, and locations for the wastewater model

hosp_scores

A tibble containing the scores for all target horizon days,forecast dates, and locations for the hospital admissions only model

benchmark_dir

A directory indicating where to save the yaml file containing tables and the git hash for benchmarking

benchmark_scope

A string indicating verbally what the scores are summarized over. Options are "all_forecasts" or "subset_of_forecasts"

wwinference_version

Character string indicating the version of the wwinference model being run

overwrite_benchmark

A boolean indicating whether or not to write the yaml to the benchmarking directory

Value

a list containing the metadata and 3 tables summarizing forecast performance overall, by forecast date, and by location