Regression Flashcards

1
Q

Y = f(X) + e

A

Y = numeric output
e = error term
f = systematic information X provides about Y

Goal: find an f^(x) that approximates the true function f(x) as well as possible

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

MSE

A

Represents averaged squared difference of a prediction ^y = ^f(x) from its true value y.

MSE= E[(y-6f(x))^2]

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

How to minimize reducible error

A

Using a more sophisticated or appropriate model.

Collecting more relevant data or improving data quality.

Tuning model hyperparameters for better performance.

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

Bias

A

High bias can cause an algorithm to miss the relevant relations between features and target outputs (underfitting)

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

Variance

A

High variance may result from an algorithm modeling the random noise in the training data (overfitting)

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