Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is the difference between bagging and boosting?

  1. A Bagging trains models independently in parallel to reduce variance; boosting trains sequentially on errors to reduce bias
  2. B Boosting trains in parallel
  3. C Bagging reduces bias
  4. D They are the same technique
Answer

Bagging trains models independently in parallel to reduce variance; boosting trains sequentially on errors to reduce bias

Random Forest is bagging with trees. Gradient boosting fits each new tree to the residuals of the current ensemble.

All Machine Learning MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as