Lesson 4 Flashcards

1
Q

What is the difference between Confidence and Prediction Intervals?

A
  • Confidence intervals ignore the errors
  • Prediction intervals don’t and are wider
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does K-fold cross-validation improve over simple split-sample validation?

A

It divides the data into K subsets and rotates the testing fold across K iterations, averaging performance across all folds.

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

What is a key limitation of two-way splits in model evaluation?

A

They can underestimate prediction error by using the same data for model selection and error reporting.

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

What is the output of K-fold cross-validation for each model?

A

An average MSE value across K validation sets.

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