Popular ensembles

Report a typo

Match the names of the popular ensembling algorithms with their short descriptions.

Match the items from left and right columns
Random Forest
Adaptive Boosting
Gradient Boosting
Learn several decision trees sequentially, making each new tree focus more on the examples misclassified by the previous one by introducing sample weight.
Learn several decision trees sequentially, making each new tree predict previous tree's errors.
Learn several decision trees using different sub-samples of the training data, as well as randomly chosen features.
___

Create a free account to access the full topic