Question: In Random Forests, what does the term \'out-of-bag error\' refer to?
Options:
Correct Answer: Error calculated from the samples not used in training a tree
Solution:
Out-of-bag error is an estimate of the model\'s performance calculated using the data points that were not included in the bootstrap sample for each tree.