Harris Quach
  • Home
  • About
  • Updates
  • Research
  • Software
  • Extended Posts

Bagging

An ensembling technique. When bagging, each model is trained on random subset of the rows, and a random subset of the columns, with replacement.

“with replacement” means that if a model, for example, randomly chooses row number 5, another model can also randomly choose row number 5.

Note

Through this technique, each model ends up training on roughly 63% of the entire dataset.

Back to top

Harris Quach © 2024

  • Github

  • LinkedIn

  • Google Scholar

Version 2.2.1.5 | Feedback | Website made with Quarto