Fit Flashcards

(19 cards)

1
Q

Model Fitness

What is bias in a model?

A

Difference between predicted and actual value

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

Model Fitness

What is variance in a model?

A

How much the regression changes with different sets of training data

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

Model Fitness

What is a model’s “fit”?

A

Ability to perform well (has to do with training effectiveness)

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

Model Fitness

What are the two extremes and middle of the “fit” range?

A

Under-fit, balanced, over-fit

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

Underfit Model

What is under-fit model?

A

The regression is too simple, it isn’t capturing enough data to be effective.

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

Underfit Model

Bias and variance for an under-fit model?

A

Bias is high and the variance is low

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

Underfit Model

What is a 2-D visual for an under-fit regression?

A

Straight line through all observations – too general, bad predictor

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

Underfit Model

How does an under-fit model do predicting from training data?

A

Poor – the model isn’t specific enough

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

Underfit Model

How does an under-fit model do predicting from new data it hasn’t seen before?

A

Also poor – the model isn’t specific enough

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

Overfit Model

What is over-fit model?

A

The regression is too complex, it tightly fits the training data too much

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

Overfit Model

Bias and variance for an over-fit model?

A

Bias is low and the variance is high

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

Overfit Model

What is a 2-D visual for an over-fit regression?

A

Regression line directly through every training point – it’s fit to every outlier!

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

Overfit Model

How does an over-fit model do predicting from training data?

A

Perfect

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

Overfit Model

How does an over-fit model do predicting from new data it hasn’t seen before?

A

Terrible – it has too much noise built-in

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

Balanced Model

What is a balanced model?

A

The regression captures trends, ignores outliers

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

Balanced Model

Bias and variance for a balanced model?

A

Bias is low and the variance is low

17
Q

Balanced Model

What is a 2-D visual for a balanced regression?

A

Non-linear curve through the largest clusters

18
Q

Balanced Model

How does a balanced model do predicting from training data?

19
Q

Balanced Model

How does a balanced model do predicting from new data it hasn’t seen before?