Suppose, you found that your model is suffering from high variance. Which algorithm do you think could handle this situation and why?

4 years ago
Machine Learning

Handling High Variance

  • For handling issues of high variance, we should use the bagging algorithm.
  • The bagging algorithm would split data into sub-groups with a replicated sampling of random data.
  • Once the algorithm splits the data, we use random data to create rules using a particular training algorithm.
  • After that, we use polling for combining the predictions of the model.
0
Sanisha Maharjan
Jan 11, 2022
More related questions

Questions Bank

View all Questions