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