15-EvaluationII Flashcards

1
Q

What is the generalised error formula? Split into major error components

A

Error = model bias ^2 + model variance ^2 + irreducible error

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

What is model bias?

A

Model bias refers to the presence of systematic errors in a model that can cause it to consistently make incorrect predictions

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

What is model variance?

A

Model variance refers to the amount that the estimate of a target function will change if different training data was used

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

Does model bias lead to underfitting or overfitting?

A

Underfitting

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

Does model variance lead to underfitting or overfitting?

A

Overfitting

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

What is the bias-variance trade-off?

A

As model complexity rises, bias decreases, variances increase inversely

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

What is a learning curve?

A

Plot of learning performance over increasing size of training dataset. x-axis number of training instances. y-axis is metric (error, accuracy)

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

How should underfitting be addressed?

A

Use more complex model
Add features
Boosting

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

How should overfitting be addressed?

A

Add more training data
Reduce features
Reduce model complexity
Bagging

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

How do we control for bias and variance?

A

Change holdout partition size. More training data is more evaluation variance. Less training data is less variance.
Use cross-validation: Less variance
Stratification: Less bias
Leave one out cross validation: No sampling bias, lowest bias, variance in general

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

What is evaluation bias?

A

Evaluation bias refers to the systematic error in the evaluation of a model that results in consistently overestimating or underestimating the true performance of the model.

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