Question Bank
#884

Left Out of the Bag

EasyMachine Learning

Problem

Bagging builds each tree on a bootstrap sample: nn rows drawn with replacement from the nn training rows. For one fixed row, what is the probability it appears nowhere in a given bootstrap sample, and what does this probability converge to as nn grows? What do random forests do with the left-out rows?

Your answer

Accepts decimals, fractions (5/12), and percentages (25%).

Hints