Question: In Random Forests, how are the individual trees trained?
Options:
Correct Answer: Using a bootstrapped sample of the dataset.
Solution:
Individual trees in Random Forests are trained using bootstrapped samples of the dataset, which helps to create diversity among the trees.