English

COMET: A Recipe for Learning and Using Large Ensembles on Massive Data

Machine Learning 2013-03-06 v2 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

COMET is a single-pass MapReduce algorithm for learning on large-scale data. It builds multiple random forest ensembles on distributed blocks of data and merges them into a mega-ensemble. This approach is appropriate when learning from massive-scale data that is too large to fit on a single machine. To get the best accuracy, IVoting should be used instead of bagging to generate the training subset for each decision tree in the random forest. Experiments with two large datasets (5GB and 50GB compressed) show that COMET compares favorably (in both accuracy and training time) to learning on a subsample of data using a serial algorithm. Finally, we propose a new Gaussian approach for lazy ensemble evaluation which dynamically decides how many ensemble members to evaluate per data point; this can reduce evaluation cost by 100X or more.

Keywords

Cite

@article{arxiv.1103.2068,
  title  = {COMET: A Recipe for Learning and Using Large Ensembles on Massive Data},
  author = {Justin D. Basilico and M. Arthur Munson and Tamara G. Kolda and Kevin R. Dixon and W. Philip Kegelmeyer},
  journal= {arXiv preprint arXiv:1103.2068},
  year   = {2013}
}
R2 v1 2026-06-21T17:37:55.354Z