Ensembles Flashcards

1
Q

What is the main purpose of an ensemble of classifiers?

A

Improve predictive accuracy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How accuracy different for an ensemble compared to classification?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An error of 0.4 is equal to what accuracy?

A

0.6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What can Bagging reduce?

A

Classification error (it reduce variance)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When is Bagging useful?

A

Useful when base classification algorithm is unstable (classifier is sensitive to small variations in training set)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does Boosting work?

A

Assign a weight to each training example and adaptively change these weights.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In ensembles what suffers when improving accuracy?

A

Comprehensibility (more difficult to interpret an ensemble of classification models)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly