Package: probcal 0.1.0

probcal: Calibration of Binary and Multiclass Probabilities
Provides S3 calibrators, metrics, and diagnostics for binary and multiclass probability calibration in R. Binary methods include Platt scaling, temperature scaling, beta calibration, histogram binning, and isotonic regression. Multiclass methods include temperature scaling, vector scaling, Dirichlet calibration, and a one-vs-rest wrapper for the binary calibrators. Methods follow Platt (1999), Zadrozny and Elkan (2002) <doi:10.1145/775047.775151>, Guo et al. (2017), Kull et al. (2017) <doi:10.1214/17-EJS1338SI>, and Kull et al. (2019).
Authors:
probcal_0.1.0.tar.gz
probcal_0.1.0.zip(r-4.7)probcal_0.1.0.zip(r-4.6)probcal_0.1.0.zip(r-4.5)
probcal_0.1.0.tgz(r-4.6-any)probcal_0.1.0.tgz(r-4.5-any)
probcal_0.1.0.tar.gz(r-4.7-any)probcal_0.1.0.tar.gz(r-4.6-any)
probcal_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
probcal/json (API)
| # Install 'probcal' in R: |
| install.packages('probcal', repos = c('https://prdm0.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/prdm0/probcal/issues
Pkgdown/docs site:https://prdm0.github.io
machine-learningrlanstatistical-learningstatistics
Last updated from:fd04d574ab. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 146 | ||
| source / vignettes | OK | 200 | ||
| linux-release-x86_64 | OK | 140 | ||
| macos-release-arm64 | OK | 111 | ||
| macos-oldrel-arm64 | OK | 133 | ||
| windows-devel | OK | 100 | ||
| windows-release | OK | 133 | ||
| windows-oldrel | OK | 88 | ||
| wasm-release | OK | 130 |
Exports:acecal_betacal_cvcal_dirichletcal_histogramcal_isotoniccal_ovrcal_plattcal_temperaturecal_vector_scalingeceinv_logitlogitmcemmcereliability_diagram
Dependencies:clicpp11farverggplot2gluegtableisobandlabelinglifecycleR6RColorBrewerrlangS7scalesvctrsviridisLitewithr
Last update: 2026-06-23
Started: 2026-06-23
Last update: 2026-06-23
Started: 2026-06-23
Last update: 2026-06-23
Started: 2026-06-23
Last update: 2026-06-23
Started: 2026-06-23
Last update: 2026-06-23
Started: 2026-06-23
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Average Calibration Error | ace |
| Beta calibration | cal_beta |
| Cross-validated calibration | cal_cv |
| Dirichlet calibration | cal_dirichlet |
| Histogram binning calibration | cal_histogram |
| Isotonic calibration | cal_isotonic |
| One-vs-rest multiclass calibration | cal_ovr |
| Platt scaling | cal_platt |
| Temperature scaling | cal_temperature |
| Vector scaling | cal_vector_scaling |
| Expected Calibration Error | ece |
| Inverse logit transformation | inv_logit |
| Logit transformation | logit |
| Maximum Calibration Error | mce |
| Maximum Mean Calibration Error | mmce |
| Reliability diagram | reliability_diagram |
