Using Hard Classifiers to Estimate Conditional Class Probabilities

Abstract

In many classification problems, it is desirable to have estimates of conditional class probabilities rather than just “hard” class predictions. Many algorithms specifically designed for this purpose exist; here, we present a way in which hard classification algorithms may be applied to this problem without modification. The main idea is that by stochastically changing the class labels in the training data in a simple way, a classification algorithm may be used for estimating any contour of the conditional class probability function. The method has been tested on a toy problem and a problem with real-world data; both experiments yielded encouraging results.

Cite

Text

Halck. "Using Hard Classifiers to Estimate Conditional Class Probabilities." European Conference on Machine Learning, 2002. doi:10.1007/3-540-36755-1_11

Markdown

[Halck. "Using Hard Classifiers to Estimate Conditional Class Probabilities." European Conference on Machine Learning, 2002.](https://mlanthology.org/ecmlpkdd/2002/halck2002ecml-using/) doi:10.1007/3-540-36755-1_11

BibTeX

@inproceedings{halck2002ecml-using,
  title     = {{Using Hard Classifiers to Estimate Conditional Class Probabilities}},
  author    = {Halck, Ole Martin},
  booktitle = {European Conference on Machine Learning},
  year      = {2002},
  pages     = {124-134},
  doi       = {10.1007/3-540-36755-1_11},
  url       = {https://mlanthology.org/ecmlpkdd/2002/halck2002ecml-using/}
}