A straight line fits curving data and misses the same way no matter how much data arrives. What is this?
A model always predicts 0.4 while the true share is 0.5. With bias as average prediction minus truth, what is the bias?
Answer: ______________
A model with high variance changes its answer a lot when the training sample changes slightly.
Circle one: True False
True or false: if a model's fitted curve changes a lot every time the training sample changes slightly, the model has high variance.
Circle one: True False
Which remedy best cuts variance?
A team fits a straight line to 10 data points. They then add one point far away from the rest, and the line tilts sharply toward it, so the line now predicts the other data worse. What is the main source of the failure, and why?
A model always predicts 0.4 for the true proportion of visitors who buy something, no matter what data it is shown. The true proportion is 0.5. Bias is the average prediction minus the true value. What is the model's bias?
Answer: ______________
Training error falls but held out error climbs as you add flexibility. What is happening?
Two models err: one steady and stiff, one swinging with samples. Which pairing is right?
A team pours in ten times more data yet a line on curved data still misses identically. Why no cure?