Package: predictset 0.3.2

predictset: Conformal Prediction and Uncertainty Quantification

Implements conformal prediction methods for constructing prediction intervals (regression) and prediction sets (classification) with finite-sample coverage guarantees. Methods include split conformal, 'CV+' and 'Jackknife+' (Barber et al. 2021) <doi:10.1214/20-AOS1965>, 'Conformalized Quantile Regression' (Romano et al. 2019) <doi:10.48550/arXiv.1905.03222>, 'Adaptive Prediction Sets' (Romano, Sesia, Candes 2020) <doi:10.48550/arXiv.2006.02544>, 'Regularized Adaptive Prediction Sets' (Angelopoulos et al. 2021) <doi:10.48550/arXiv.2009.14193>, Mondrian conformal prediction for group-conditional coverage (Vovk, Gammerman, and Shafer 2005) <doi:10.1007/b106715>, weighted conformal prediction for covariate shift (Tibshirani et al. 2019) <doi:10.48550/arXiv.1904.06019>, and adaptive conformal inference for sequential prediction (Gibbs and Candes 2021) <doi:10.48550/arXiv.2106.00170>. All methods are distribution-free and provide calibrated uncertainty quantification without parametric assumptions. Works with any model that can produce predictions from new data, including 'lm', 'glm', 'ranger', 'xgboost', and custom user-defined models.

Authors:Charles Coverdale [aut, cre, cph]

predictset_0.3.2.tar.gz
predictset_0.3.2.zip(r-4.7)predictset_0.3.2.zip(r-4.6)predictset_0.3.2.zip(r-4.5)
predictset_0.3.2.tgz(r-4.6-any)predictset_0.3.2.tgz(r-4.5-any)
predictset_0.3.2.tar.gz(r-4.7-any)predictset_0.3.2.tar.gz(r-4.6-any)
predictset_0.3.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
predictset/json (API)
NEWS

# Install 'predictset' in R:
install.packages('predictset', repos = c('https://charlescoverdale.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/charlescoverdale/predictset/issues

Pkgdown/docs site:https://charlescoverdale.github.io

On CRAN:

Conda:

4.65 score 1 stars 462 downloads 20 exports 1 dependencies

Last updated from:350b68bf5f. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK150
source / vignettesOK236
linux-release-x86_64OK149
macos-release-arm64OK104
macos-oldrel-arm64OK94
windows-develOK108
windows-releaseOK99
windows-oldrelOK94
wasm-releaseOK119

Exports:conformal_aciconformal_apsconformal_class_splitconformal_compareconformal_cqrconformal_cvconformal_jackknifeconformal_lacconformal_mondrianconformal_mondrian_classconformal_pvalueconformal_rapsconformal_splitconformal_weightedcoveragecoverage_by_bincoverage_by_groupinterval_widthmake_modelset_size

Dependencies:cli

Getting Started with predictset

Rendered frompredictset.Rmdusingknitr::rmarkdownon May 30 2026.

Last update: 2026-03-14
Started: 2026-03-13

Readme and manuals

Help Manual

Help pageTopics
Adaptive Conformal Inferenceconformal_aci
Adaptive Prediction Setsconformal_aps
Split Conformal Prediction Sets for Classificationconformal_class_split
Compare Conformal Prediction Methodsconformal_compare
Conformalized Quantile Regressionconformal_cqr
CV+ Conformal Prediction Intervalsconformal_cv
Jackknife+ Conformal Prediction Intervalsconformal_jackknife
Least Ambiguous Classifier Prediction Setsconformal_lac
Mondrian Conformal Prediction Intervals (Group-Conditional)conformal_mondrian
Mondrian Conformal Prediction Sets for Classificationconformal_mondrian_class
Conformal P-Valuesconformal_pvalue
Regularized Adaptive Prediction Setsconformal_raps
Split Conformal Prediction Intervalsconformal_split
Weighted Conformal Prediction Intervalsconformal_weighted
Empirical Coverage Ratecoverage coverage.predictset_class coverage.predictset_reg
Empirical Coverage by Prediction Bincoverage_by_bin
Empirical Coverage by Groupcoverage_by_group
Prediction Interval Widthsinterval_width
Create a Model Specification for Conformal Predictionmake_model
Plot Method for ACI Objectsplot.predictset_aci
Plot Method for Classification Conformal Objectsplot.predictset_class
Plot Method for Regression Conformal Objectsplot.predictset_reg
Predict Method for Classification Conformal Objectspredict.predictset_class
Predict Method for Regression Conformal Objectspredict.predictset_reg
Print Method for ACI Objectsprint.predictset_aci
Print Method for Classification Conformal Objectsprint.predictset_class
Print Method for Model Specificationsprint.predictset_model
Print Method for Regression Conformal Objectsprint.predictset_reg
Prediction Set Sizesset_size
Summary Method for Classification Conformal Objectssummary.predictset_class
Summary Method for Regression Conformal Objectssummary.predictset_reg