Gather target truth data from the forecast hub and prepare it for use with scoringutils
.
Source: R/create_table_for_scoring.R
gather_target_data.Rd
This requires renaming the value
col to
truth_value
to comply with scoringutils
expectations.
Usage
gather_target_data(
hub_path,
local_datapath = fs::path("target-data", "target-hospital-admissions.csv")
)