Inductive Confidence Machines for Regression

Abstract

The existing methods of predicting with confidence give good accuracy and confidence values, but quite often are computationally inefficient. Some partial solutions have been suggested in the past. Both the original method and these solutions were based on transductive inference. In this paper we make a radical step of replacing transductive inference with inductive inference and define what we call the Inductive Confidence Machine (ICM); our main concern in this paper is the use of ICM in regression problems. The algorithm proposed in this paper is based on the Ridge Regression procedure (which is usually used for outputting bare predictions) and is much faster than the existing transductive techniques. The inductive approach described in this paper may be the only option available when dealing with large data sets.

Cite

Text

Papadopoulos et al. "Inductive Confidence Machines for Regression." European Conference on Machine Learning, 2002. doi:10.1007/3-540-36755-1_29

Markdown

[Papadopoulos et al. "Inductive Confidence Machines for Regression." European Conference on Machine Learning, 2002.](https://mlanthology.org/ecmlpkdd/2002/papadopoulos2002ecml-inductive/) doi:10.1007/3-540-36755-1_29

BibTeX

@inproceedings{papadopoulos2002ecml-inductive,
  title     = {{Inductive Confidence Machines for Regression}},
  author    = {Papadopoulos, Harris and Proedrou, Kostas and Vovk, Volodya and Gammerman, Alex},
  booktitle = {European Conference on Machine Learning},
  year      = {2002},
  pages     = {345-356},
  doi       = {10.1007/3-540-36755-1_29},
  url       = {https://mlanthology.org/ecmlpkdd/2002/papadopoulos2002ecml-inductive/}
}