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

How does Random Forest reduce overfitting compared with a single tree?

  1. A It averages many decorrelated trees trained on bootstrap samples with random feature subsets
  2. B It uses fewer features
  3. C It prunes more aggressively
  4. D It trains sequentially
Answer

It averages many decorrelated trees trained on bootstrap samples with random feature subsets

Averaging independent models reduces variance, which is the defining property of bagging methods.

All Data Science 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