paper-with-me

Papers

conformalClassification: A Conformal Prediction R Package for Classification

2018-04-16 · Niharika Gauraha, Ola Spjuth

The conformalClassification package implements Transductive Conformal Prediction (TCP) and Inductive Conformal Prediction (ICP) for classification problems. Conformal Prediction (CP) is a framework that complements the predictions of machine learning algorithms with reliable measures of confidence. TCP gives results with higher validity than ICP, however ICP is computationally faster than TCP. The package conformalClassification is built upon the random forest method, where votes of the random forest for each class are considered as the conformity scores for each data point. Although the main aim of the conformalClassification package is to generate CP errors (p-values) for classification problems, the package also implements various diagnostic measures such as deviation from validity, error rate, efficiency, observed fuzziness and calibration plots. In future releases, we plan to extend the package to use other machine learning algorithms, (e.g. support vector machines) for model fitting.

📄 PDF Abstract BibTeX arXiv:1804.05494

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningClassificationConformal PredictionDiagnosticGeneral ClassificationPrediction

Similar Papers 제목 키워드 기반

coverforest: Conformal Predictions with Random Forest in Python

2025-01-24 · Panisara Meehinkong, Donlapark Ponnoprat

Conformal prediction provides a framework for uncertainty quantification, specifically in the forms of prediction intervals and sets with distribution-free guaranteed coverage. While recent cross-conformal techniques suc…

Conformal PredictionPredictionPrediction IntervalsUncertainty Quantification

Distribution-Free Predictive Inference For Regression

2016-04-14 · Jing Lei, Max G'Sell, Alessandro Rinaldo, Ryan J. Tibshirani 외

We develop a general framework for distribution-free predictive inference in regression, using conformal inference. The proposed methodology allows for the construction of a prediction band for the response variable usin…

Computational EfficiencyPredictionPrediction Intervalsregression+1

Conformal Anomaly Detection in Python: Moving Beyond Heuristic Thresholds with nonconform

2026-05-13 · Oliver Hennhöfer, Maximilian Kirsch, Christine Preisach arxiv

Most anomaly detection systems output scores rather than calibrated decisions, leaving practitioners to choose thresholds heuristically and without clear statistical interpretation. Conformal anomaly detection addresses …

Anomaly Detection

Conditional Coverage Diagnostics for Conformal Prediction

2025-12-12 · Sacha Braun, David Holzmüller, Michael I. Jordan, Francis Bach arxiv

Evaluating conditional coverage remains one of the most persistent challenges in assessing the reliability of predictive systems. Although conformal methods can give guarantees on marginal coverage, no method can guarant…

Distribution-free Conformal Prediction for Ordinal Classification

2024-04-25 · Subhrasish Chakraborty, Chhavi Tyagi, Haiyan Qiao, Wenge Guo

Conformal prediction is a general distribution-free approach for constructing prediction sets combined with any machine learning algorithm that achieve valid marginal or conditional coverage in finite samples. Ordinal cl…

ClassificationConformal PredictionOrdinal ClassificationPrediction+1