Evaluating Classification Models Flashcards

1
Q

What is the most used evaluation criterion?

A

Predictive accuracy (measurement of accuracy)

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

What is K-fold cross-validation?

A

Divide data into K partitions, where you train on K - 1 number of partitions and test one 1 K testing set.

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

How do you judge the accuracy of K-Fold CV?

A

Mean predictive accuracy over the K runs of the classification

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

What is the advantage/disadvantage of K-fold CV?

A

Advantage: More reliable than single training/test set partition

Disadvantage: Computationally expensive

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