Typo:
It trains multiple models on a random subsets of the training dataset
It trains multiple models on random subsets of the training dataset (?) – statement becomes confusing.
Thanks!
Hello Alex,
Thanks for pointing that out again. We've made the grammatical change.
"It trains multiple models on random subsets of the training dataset" - this statement, however, is correct. Random Forests, sample random subsets from the training set and train different models on each.