Question: What is the role of \'bootstrap sampling\' in Random Forests?
Options:
Correct Answer: To create multiple subsets of the training data
Solution:
Bootstrap sampling involves creating multiple subsets of the training data by sampling with replacement, which helps in building diverse trees.