知识点 4

Compare models and select a better fit based on given evidence/data.

Compare residuals across the same data points to decide which model fits better.

核心知识

A better model is the one that stays closer to the data. Compare the size of the errors, not just the look of the equation.

深入理解

Rule: Smaller residuals mean a better fit.

  • Use the same observed values for both models.
  • Compare absolute residuals, not just one nice-looking point.
  • Choose the model with the smaller overall error.

分步讲解

  1. Use each model to predict the output for the same input values.
  2. Compare each prediction with the actual data value.
  3. Compute or estimate the absolute residuals.
  4. Choose the model with the smaller overall error or the stronger overall fit.

常见误解

  • Choosing the model with the larger slope just because it changes faster.
  • Comparing raw predictions without checking which one is actually closer to the observed data.
  • Assuming two models fit equally well because both are linear.
题目

示例解析

A student's study hours and quiz scores are shown below.

Hours studied Actual quiz score
2 68
4 79
6 90

Model A: 𝑠 =5 +58

Model B: 𝑠 =6 +55

Based on the data, which statement is best supported?

选择一个答案查看解析