hubEvals
Tools for Scoring and Evaluating Hubverse Model Outputs
Forecast-hub scoring that learned to handle joint, sample-based predictions.
◆Recent moves
- 24d ago
Scored-forecast counts and faster relative skill
Adds an include_count argument that reports how many forecasts went into each summary group, which matters when comparing models evaluated over different amounts of data. Relative skill computation is faster and no longer emits scoringutils warnings about exact p-values with ties. Both items continue the recent focus on the relative-skill path rather than on new metrics.
View source ↗ - 1mo ago
Disaggregated relative skill no longer aborts the whole call
Where some comparison groups cannot be compared, scoring now resolves per group instead of failing everything with a cryptic baseline-missing error: single-model groups get relative skill 1, and groups missing the requested baseline report NA with a warning naming them, while absolute scores survive. This is the third consecutive release addressing the same class of problem. It reflects a package whose main job is turning upstream statistical errors into results a hub maintainer can act on.
View source ↗ - 1mo ago
Single-model scoring returns relative skill of 1 instead of erroring
Requesting relative metrics with only one model previously failed through scoringutils with a not-enough-comparators error; the relative-skill columns are now filled with 1, and supplying a mismatched baseline gives a clear message instead. A getting-started vignette covering every supported output type ships alongside. The vignette is the more telling item — it marks the point where the output-type coverage was complete enough to document as a whole.
View source ↗ - 5mo ago
Sample output types and multivariate compound scoring
⚡ SPARKThe release that widened what hubEvals can evaluate at all: sample-based forecasts become scorable, and compound scoring introduces genuinely multivariate metrics over joint predictions rather than per-target ones. Everything after this release refines the relative-skill machinery rather than adding output types, which makes this the point where the package's coverage was finished. It also sets up the transform work that hubPredEvalsData would later expose through configuration.
View source ↗ - 6mo ago
Scoring on transformed scales via transform arguments
Adds transform, transform_append and transform_label to score_model_out(), so scores can be computed on log or square-root scales for quantile, mean and median output types. Relevant wherever forecast errors are multiplicative rather than additive, as in epidemic growth. This is the origin of a capability that later surfaced as declarative configuration in hubPredEvalsData.
View source ↗ - 11mo ago
First release: score_model_out() and the scoringutils bridge
The initial versioned release, exporting the transform_*_model_out() functions that convert hubverse model output into scoringutils forecast objects, alongside score_model_out() itself. Dependencies move to CRAN releases where available. Everything the package became is visible in outline here: a translation layer between hub formats and an established scoring engine.
View source ↗