Toward Optimal Feature Selection

Abstract

In this paper, we examine a method for feature subset selection based on Information Theory. Initially, a framework for defining the theoretically optimal, but computationally intractable, method for feature subset selection is presented. We show that our goal should be to eliminate a feature if it gives us little or no additional information beyond that subsumed by the remaining features. In particular, this will be the case for both irrelevant and redundant features. We then give an efficient algorithm for feature selection which computes an approximation to the optimal feature selection criterion. The conditions under which the approximate algorithm is successful are examined. Empirical results are given on a number of data sets, showing that the algorithm effectively handles datasets with large numbers of features. 1 Introduction In the classic supervised learning task, we are given a training set of labeled fixed-length feature vectors, or instances, from which to induce a classi...

Cite

Text

Koller and Sahami. "Toward Optimal Feature Selection." International Conference on Machine Learning, 1996.

Markdown

[Koller and Sahami. "Toward Optimal Feature Selection." International Conference on Machine Learning, 1996.](https://mlanthology.org/icml/1996/koller1996icml-optimal/)

BibTeX

@inproceedings{koller1996icml-optimal,
  title     = {{Toward Optimal Feature Selection}},
  author    = {Koller, Daphne and Sahami, Mehran},
  booktitle = {International Conference on Machine Learning},
  year      = {1996},
  pages     = {284-292},
  url       = {https://mlanthology.org/icml/1996/koller1996icml-optimal/}
}