Ensembles Flashcards
What is the main purpose of an ensemble of classifiers?
Improve predictive accuracy
How accuracy different for an ensemble compared to classification?
If classification is performed by a single classifier, it should have high predictive accuracy
For ensembles it is not crucial that each classifier has high predictive accuracy
An error of 0.4 is equal to what accuracy?
0.6
What can Bagging reduce?
Classification error (it reduce variance)
When is Bagging useful?
Useful when base classification algorithm is unstable (classifier is sensitive to small variations in training set)
How does Boosting work?
Assign a weight to each training example and adaptively change these weights.
In ensembles what suffers when improving accuracy?
Comprehensibility (more difficult to interpret an ensemble of classification models)