+1 vote
in Machine Learning by
Name an example where ensemble techniques might be useful.

1 Answer

0 votes
by

Ensemble techniques use a combination of learning algorithms to optimize better predictive performance. They typically reduce overfitting in models and make the model more robust (unlikely to be influenced by small changes in the training data). 

You could list some examples of ensemble methods (bagging, boosting, the “bucket of models” method) and demonstrate how they could increase predictive power.

Related questions

+1 vote
asked Nov 28, 2019 in Machine Learning by sharadyadav1986
+1 vote
asked Nov 29, 2019 in Machine Learning by SakshiSharma
...