Name an example where ensemble techniques might be useful.

Data Science Interview QuestionsCategory: Data ScienceName an example where ensemble techniques might be useful.
1 Answers
MockInterview Staff answered 6 years ago

More reading: Ensemble learning (Wikipedia)
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, from bagging to boosting to a “bucket of models” method and demonstrate how they could increase predictive power.
Source: Springboard

Your Answer

17 + 2 =