in Machine Learning by (31.6k points)

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

1 Answer

0 votes
by (20.8k points)

Handling High Variance

For handling issues of high variance, we should use the bagging algorithm.

Bagging algorithm would split data into sub-groups with 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.

Related questions

0 votes
asked Nov 29, 2019 in Machine Learning by SakshiSharma (32.2k points)
+1 vote
asked Nov 28, 2019 in Machine Learning by sharadyadav1986 (31.6k points)
0 votes
asked Jan 18, 2020 in Machine Learning by sharadyadav1986 (31.6k points)
...