Question 18
Select all the false statements amongst the given statements:
RandomForest uses sampling without replacement for bagging.
Boosting reduces bias by sequentially training models
Bagging reduces bias by training multiple models on different subsets of data and averaging their predictions.
Boosting trains all base models independently in parallel.