Testing and validating Flashcards

1
Q

what is the generalisation error?

A

the error rate on new cases, it tells you how well your model will perform on instances it has never seen before

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

what does a low training error + high generalisation error mean?

A

you model is overfitting the data

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

what is meant by testing and validating?

A

trying out a model on new cases to see how well the model generalizes

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

what is a validating set?

A

a second hold out set used when you adapted a model to suit a test set, and it doesn’t work as well in production.

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

what do you do with the validation set?

A

you train various hyperparameters that work best on the training set and then you select the model and hyperparameters that performs best on the validation set.

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

what is cross validation?

A

the training set is split into k folds and each model is trained against a different combination of these subsets and validated against the remaining parts

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