Effective Voting of Heterogeneous Classifiers

Abstract

This paper deals with the combination of classification models that have been derived from running different (heterogeneous) learning algorithms on the same data set. We focus on the Classifier Evaluation and Selection (ES) method, that evaluates each of the models (typically using 10-fold cross-validation) and selects the best one. We examine the performance of this method in comparison with the Oracle selecting the best classifier for the test set and show that 10-fold cross-validation has problems in detecting the best classifier. We then extend ES by applying a statistical test to the 10-fold accuracies of the models and combining through voting the most significant ones. Experimental results show that the proposed method, Effective Voting, performs comparably with the state-of-the-art method of Stacking with Multi-Response Model Trees without the additional computational cost of meta-training.

Cite

Text

Tsoumakas et al. "Effective Voting of Heterogeneous Classifiers." European Conference on Machine Learning, 2004. doi:10.1007/978-3-540-30115-8_43

Markdown

[Tsoumakas et al. "Effective Voting of Heterogeneous Classifiers." European Conference on Machine Learning, 2004.](https://mlanthology.org/ecmlpkdd/2004/tsoumakas2004ecml-effective/) doi:10.1007/978-3-540-30115-8_43

BibTeX

@inproceedings{tsoumakas2004ecml-effective,
  title     = {{Effective Voting of Heterogeneous Classifiers}},
  author    = {Tsoumakas, Grigorios and Katakis, Ioannis and Vlahavas, Ioannis P.},
  booktitle = {European Conference on Machine Learning},
  year      = {2004},
  pages     = {465-476},
  doi       = {10.1007/978-3-540-30115-8_43},
  url       = {https://mlanthology.org/ecmlpkdd/2004/tsoumakas2004ecml-effective/}
}