Question - What ensemble technique is used by Random forests?
Answer -
Bagging is the technique used by Random Forests. Random forests are a collection of trees which work on sampled data from the original dataset with the final prediction being a voted average of all trees.