probably
Tools for post-processing class probabilities and calibrating R model predictions
The package that made calibration a step instead of an afterthought.
◆Recent moves
- 10mo ago
Conformal objects gain required_pkgs() and butcher methods
Adds required_pkgs() and butcher methods to all four conformal interval functions. Unglamorous plumbing with a clear purpose: an object that cannot declare its dependencies or shed its stored environment is an object you cannot deploy.
View source ↗ - 1y ago
ggplot2 test updates and a clearer validation-set error
Unit tests updated for a new ggplot2 release and a clearer error when cal_validate_*() is given a validation set. Maintenance against an upstream release.
View source ↗ - 1y ago
Calibration internals refactored; isotonic bootstrap bug fixed
A large internal refactor of the calibration code with no user-facing API change, plus cal_*_none() no-op calibrators to serve as a tuning reference, bound_prediction() for constraining numeric predictions, and a fix where cal_estimate_isotonic() always used a bootstrap sample. That last one silently changed results for anyone using isotonic calibration.
View source ↗ - 2y ago
Fix grouping sensitivity to variable type
One bug fix where calibration grouping behaved differently depending on the type of the grouping variables. Narrow correctness fix.
View source ↗ - 3y ago
Split conformal and conformal quantile regression added
Adds split conformal inference and conformal quantile regression, renames the int_conformal_infer_*() functions three weeks after introducing them, and centres cross-validated intervals on the averaged resampled prediction. Split conformal is the cheap option that makes conformal intervals practical on large data.
View source ↗ - 3y ago
Calibration and conformal inference arrive in tidymodels
⚡ SPARKThe release that made probably a calibration package: a full estimate, validate, plot and apply workflow across binary, multiclass and regression problems, plus conformal prediction intervals. Everything since has been hardening what this release established.
View source ↗