Learning Path
Question & Answer1
Understand Question2
Review Options3
Learn Explanation4
Explore TopicChoose the Best Answer
A
The errors are likely symmetrically distributed around zero.
B
There are outliers present in the predictions that adversely affect RMSE.
C
The model's predictions are perfect since both MAE and RMSE are low.
D
The model is biased towards overestimating the target variable.
Understanding the Answer
Let's break down why this is correct
Answer
When MAE is much smaller than RMSE, it means the squared errors are inflating the average, so a few large mistakes are pulling RMSE up. In other words, most predictions are close to the true values, but a handful of predictions are far off, creating outliers. This tells you that the error distribution is skewed or has a heavy tail rather than being tight around zero. For example, if most errors are ±1 but a few are ±10, the MAE will stay near 1 while RMSE rises toward about 4, showing the influence of those large errors. Thus, a lower MAE compared to RMSE indicates a few large deviations in the predictions.
Detailed Explanation
RMSE squares each error, so large mistakes get a lot of weight. Other options are incorrect because Assuming symmetry would make MAE and RMSE close; Low MAE and RMSE only mean the average error is small.
Key Concepts
mean absolute error (MAE)
model evaluation metrics
applications in machine learning
Topic
Loss Functions
Difficulty
hard level question
Cognitive Level
understand
Practice Similar Questions
Test your understanding with related questions
Ready to Master More Topics?
Join thousands of students using Seekh's interactive learning platform to excel in their studies with personalized practice and detailed explanations.