Skip to main content

Ensemble Learning

A committee of mediocre learners, correctly assembled, beats a single good one. The two ways to assemble it are the whole topic: bagging builds its members in parallel on resampled data to cut variance, and boosting builds them in sequence, each one aimed at what the last one got wrong, to cut bias.

The pages

0%0 of 70 pages studied