Question: In Random Forests, what does \'bagging\' refer to?
Options:
Correct Answer: Randomly selecting subsets of data to train each tree.
Solution:
Bagging refers to randomly selecting subsets of data to train each tree, which helps to reduce variance and improve model robustness.