Feature Subset Selection Bias for Classification Learning

Abstract

Feature selection is often applied to high-dimensional data prior to classification learning. Using the same training dataset in both selection and learning can result in so-called feature subset selection bias. This bias putatively can exacerbate data over-fitting and negatively affect classification performance. However, in current practice separate datasets are seldom employed for selection and learning, because dividing the training data into two datasets for feature selection and classifier learning respectively reduces the amount of data that can be used in either task. This work attempts to address this dilemma. We formalize selection bias for classification learning, analyze its statistical properties, and study factors that affect selection bias, as well as how the bias impacts classification learning via various experiments. This research endeavors to provide illustration and explanation why the bias may not cause negative impact in classification as much as expected in regression.

Cite

Text

Singhi and Liu. "Feature Subset Selection Bias for Classification Learning." International Conference on Machine Learning, 2006. doi:10.1145/1143844.1143951

Markdown

[Singhi and Liu. "Feature Subset Selection Bias for Classification Learning." International Conference on Machine Learning, 2006.](https://mlanthology.org/icml/2006/singhi2006icml-feature/) doi:10.1145/1143844.1143951

BibTeX

@inproceedings{singhi2006icml-feature,
  title     = {{Feature Subset Selection Bias for Classification Learning}},
  author    = {Singhi, Surendra K. and Liu, Huan},
  booktitle = {International Conference on Machine Learning},
  year      = {2006},
  pages     = {849-856},
  doi       = {10.1145/1143844.1143951},
  url       = {https://mlanthology.org/icml/2006/singhi2006icml-feature/}
}