scoringutils
Utilities for Scoring and Assessing Predictions
scoringutils pushes forecast scoring past univariate outcomes into multivariate and ordinal ones.
◆Recent moves
- 4mo ago
Multivariate forecast scoring and the variogram score
⚡ SPARKThe typed-forecast system takes on its first genuinely multi-dimensional outcomes, with the variogram score as the default metric for multivariate samples. Naming inconsistencies from the feature's introduction are cleaned up in the same release.
View source ↗ - 11mo ago
Quantile levels rounded to avoid float duplicates
A patch handling quantile levels that differ only by floating-point noise, plus ggplot2 label compliance in example plots.
View source ↗ - 1y ago
Optional p-values in pairwise comparisons; PIT fix
Pairwise comparison gains a test_type = NULL escape from p-value computation, and a bug that silently forced discrete PIT histograms on continuous data is fixed. The R floor moves to 4.1.0 under dependency pressure.
View source ↗ - 1y ago
Ordinal forecasts get their own class and metrics
Ordinal outcomes become a first-class forecast type with matching metrics, and conversion methods now exist between forecast types. This is the 2.0.0 class system doing what it was built for rather than a change of direction.
View source ↗ - 1y ago
Rewrite: typed forecast objects and pluggable metrics
⚡ SPARKThe rewrite every later release builds on — typed forecast objects, as_forecast_<type>() validation constructors, S3 scoring methods and user-supplied scoring functions — at the cost of breaking the 1.x interface outright.
View source ↗ - 2y ago
Two bug fixes and package-site infrastructure
A maintenance release before the rewrite, notable mainly for the startup message warning users that breaking changes were coming.
View source ↗