Question: In Random Forests, what is the purpose of bootstrapping?
Options:
Correct Answer: To create multiple subsets of the training data
Solution:
Bootstrapping involves creating multiple subsets of the training data by sampling with replacement, which helps in building diverse trees in Random Forests.