This repository contains the evaluation pipeline for nowcasts and forecasts submitted to the RESPINOW Hub.
-
Load & preprocess submissions
All submitted nowcasts and forecasts are loaded and preprocessed using
code/submissions.R.
The processed submissions are stored in
data/submissions.csv. -
Visualize data and forecasts The data are plotted with
code/plot_timeseries.RForecasts for SARI and ARI are plotted withcode/plot_forecasts.Rwhile the SurvStat targets are covered bycode/plot_forecasts_survstat.R. Results are stored infigures. -
Compute evaluation metrics
Evaluation metrics are computed from the processed submissions with
code/compute_scores.R.
The resulting scores are written to
data/scores.csv. -
Visualize results
The computed scores and coverage fractions can be visualized using
code/plot_wis.Randcode/plot_coverage.R. Results are stored infigures.
The code files use global settings and functions defined in the following R files:
scoring_functions.Rimplements WIS decomposition and coverageconfig.Rdefines some dictionaries, model categories and colours for plottingdata_utilscontains functions to load data (time series and forecasts)
The forecasts from the model respicast-ensemble were taken from the repository european-modelling-hubs/RespiCast-SyndromicIndicators,
where they are available udner a CC-BY-4.0 license.