Leveraging Bagging for Evolving Data Streams

Abstract

Bagging, boosting and Random Forests are classical ensemble methods used to improve the performance of single classifiers. They obtain superior performance by increasing the accuracy and diversity of the single classifiers. Attempts have been made to reproduce these methods in the more challenging context of evolving data streams. In this paper, we propose a new variant of bagging, called leveraging bagging . This method combines the simplicity of bagging with adding more randomization to the input, and output of the classifiers. We test our method by performing an evaluation study on synthetic and real-world datasets comprising up to ten million examples.

Cite

Text

Bifet et al. "Leveraging Bagging for Evolving Data Streams." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2010. doi:10.1007/978-3-642-15880-3_15

Markdown

[Bifet et al. "Leveraging Bagging for Evolving Data Streams." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2010.](https://mlanthology.org/ecmlpkdd/2010/bifet2010ecmlpkdd-leveraging/) doi:10.1007/978-3-642-15880-3_15

BibTeX

@inproceedings{bifet2010ecmlpkdd-leveraging,
  title     = {{Leveraging Bagging for Evolving Data Streams}},
  author    = {Bifet, Albert and Holmes, Geoffrey and Pfahringer, Bernhard},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2010},
  pages     = {135-150},
  doi       = {10.1007/978-3-642-15880-3_15},
  url       = {https://mlanthology.org/ecmlpkdd/2010/bifet2010ecmlpkdd-leveraging/}
}