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. -
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 can be visualized using
code/plot_wis.Randcode/plot_coverage.R.