# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "predictset" in publications use:' type: software license: MIT title: 'predictset: Conformal Prediction and Uncertainty Quantification' version: 0.3.2 identifiers: - type: doi value: 10.32614/CRAN.package.predictset abstract: 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) , 'Conformalized Quantile Regression' (Romano et al. 2019) , 'Adaptive Prediction Sets' (Romano, Sesia, Candes 2020) , 'Regularized Adaptive Prediction Sets' (Angelopoulos et al. 2021) , Mondrian conformal prediction for group-conditional coverage (Vovk, Gammerman, and Shafer 2005) , weighted conformal prediction for covariate shift (Tibshirani et al. 2019) , and adaptive conformal inference for sequential prediction (Gibbs and Candes 2021) . 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: - family-names: Coverdale given-names: Charles email: charlesfcoverdale@gmail.com preferred-citation: type: manual title: 'predictset: Model-Agnostic Conformal Prediction for Classification and Regression' authors: - family-names: Coverdale given-names: Charles email: charlesfcoverdale@gmail.com year: '2026' notes: R package version 0.3.0 url: https://github.com/charlescoverdale/predictset repository: https://charlescoverdale.r-universe.dev repository-code: https://github.com/charlescoverdale/predictset commit: 350b68bf5f8468a491aad60c414a1b300dad986e url: https://charlescoverdale.github.io/predictset/ date-released: '2026-05-30' contact: - family-names: Coverdale given-names: Charles email: charlesfcoverdale@gmail.com