Randomized Variable Elimination

Abstract

Variable selection, or the process of identifying input variables that are relevant to a particular learning problem, has recently received much attention in the learning community. Methods that employ the learning algorithm as a part of the selection process (wrappers) have been shown to outperform methods that select variables independent of the learning algorithm (filters), but only at great computational expense. We present a randomized wrapper algorithm for variable elimination that runs in time only a constant factor greater than that of simply learning in the presence of all input variables, provided that the cost of learning grows at least polynomially with the number of inputs.

Cite

Text

Stracuzzi and Utgoff. "Randomized Variable Elimination." International Conference on Machine Learning, 2002.

Markdown

[Stracuzzi and Utgoff. "Randomized Variable Elimination." International Conference on Machine Learning, 2002.](https://mlanthology.org/icml/2002/stracuzzi2002icml-randomized/)

BibTeX

@inproceedings{stracuzzi2002icml-randomized,
  title     = {{Randomized Variable Elimination}},
  author    = {Stracuzzi, David J. and Utgoff, Paul E.},
  booktitle = {International Conference on Machine Learning},
  year      = {2002},
  pages     = {594-601},
  url       = {https://mlanthology.org/icml/2002/stracuzzi2002icml-randomized/}
}