Thresholding for Making Classifiers Cost-Sensitive

Abstract

In this paper we propose a very simple, yet general and effective method to make any cost-insensitive classifiers (that can produce probability estimates) cost-sensitive. The method, called Thresholding, selects a proper threshold from training instances according to the misclassification cost. Similar to other cost-sensitive meta-learning methods, Thresholding can convert any existing (and future) costinsensitive learning algorithms and techniques into costsensitive ones. However, by comparing with the existing cost sensitive meta-learning methods and the direct use of the theoretical threshold, Thresholding almost always produces the lowest misclassification cost. Experiments also show that Thresholding has the least sensitivity on the misclassification cost ratio. Thus, it is recommended to use when the difference on misclassification costs is large.

Cite

Text

Sheng and Ling. "Thresholding for Making Classifiers Cost-Sensitive." AAAI Conference on Artificial Intelligence, 2006.

Markdown

[Sheng and Ling. "Thresholding for Making Classifiers Cost-Sensitive." AAAI Conference on Artificial Intelligence, 2006.](https://mlanthology.org/aaai/2006/sheng2006aaai-thresholding/)

BibTeX

@inproceedings{sheng2006aaai-thresholding,
  title     = {{Thresholding for Making Classifiers Cost-Sensitive}},
  author    = {Sheng, Victor S. and Ling, Charles X.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2006},
  pages     = {476-481},
  url       = {https://mlanthology.org/aaai/2006/sheng2006aaai-thresholding/}
}