Learning Path
Question & Answer1
Understand Question2
Review Options3
Learn Explanation4
Explore TopicChoose the Best Answer
A
MSE is less sensitive to outliers than MAE
B
MSE is more sensitive to outliers than MAE
C
Both MSE and MAE are equally sensitive to outliers
D
MSE and MAE do not consider outliers
Understanding the Answer
Let's break down why this is correct
Answer
Mean squared error squares each error before averaging, so a large error from an outlier becomes much bigger and dominates the score; this makes MSE very sensitive to outliers. Mean absolute error simply averages the absolute size of errors, treating each deviation linearly, so a single extreme value only adds its magnitude to the total and is less influential. For example, if a model predicts 10 when the true value is 0, MSE would add 100 to the sum, while MAE would add only 10, showing the larger impact of outliers on MSE. Because of this, MSE is preferred when you want to penalize large mistakes heavily, whereas MAE is chosen when you want a more robust, outlier‑tolerant measure.
Detailed Explanation
MSE squares each error, so a big mistake becomes much larger. Other options are incorrect because Some think squaring makes the error smaller, but it actually makes it bigger; MSE and MAE do not treat errors the same way.
Key Concepts
mean squared error (MSE)
mean absolute error (MAE)
Topic
Loss Functions
Difficulty
medium level question
Cognitive Level
understand
Practice Similar Questions
Test your understanding with related questions
1
Question 1In a regression model, you are evaluating the performance of your predictions using the mean absolute error (MAE). If you notice that the MAE is significantly lower than the root mean square error (RMSE) for the same model, what can you infer about the distribution of the errors in your predictions?
hardComputer-science
Practice
2
Question 2A model is being trained to predict housing prices based on various features like square footage, location, and number of bedrooms. The model uses the Mean Squared Error (MSE) as its loss function. Which of the following scenarios best illustrates a situation where the use of MSE would be inappropriate, and why?
hardComputer-science
Practice
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.