Conjugate Conformal Prediction for Online Binary Classification

Abstract

Binary classification (rain or shine, disease or not, increase or decrease) is a fundamental problem in machine learning. We present an algorithm that can take any standard online binary classification algorithm and provably improve its performance under very weak assumptions, given the right to refuse to make predictions in certain cases. The extent of improvement will depend on the data size, stability of the algorithm, and room for improvement in the algorithms performance. Our experiments on standard machine learning data sets and standard algorithms (k-nearest neighbors and random forests) show the effectiveness of our approach, even beyond what is possible using previous work on conformal predictors upon which our approach is based. Though we focus on binary classification, our theory could be extended to multiway classification. Our code and data are available upon request.

Cite

Text

Koçak et al. "Conjugate Conformal Prediction for Online Binary Classification." Conference on Uncertainty in Artificial Intelligence, 2016.

Markdown

[Koçak et al. "Conjugate Conformal Prediction for Online Binary Classification." Conference on Uncertainty in Artificial Intelligence, 2016.](https://mlanthology.org/uai/2016/kocak2016uai-conjugate/)

BibTeX

@inproceedings{kocak2016uai-conjugate,
  title     = {{Conjugate Conformal Prediction for Online Binary Classification}},
  author    = {Koçak, Mustafa Anil and Shasha, Dennis E. and Erkip, Elza},
  booktitle = {Conference on Uncertainty in Artificial Intelligence},
  year      = {2016},
  url       = {https://mlanthology.org/uai/2016/kocak2016uai-conjugate/}
}