📚 Learning Guide
Loss Functions
medium

In the context of evaluating predictive models, how do mean squared error (MSE) and mean absolute error (MAE) differ in terms of sensitivity to outliers?

Master this concept with our detailed explanation and step-by-step learning approach

Learning Path
Learning Path

Question & Answer
1
Understand Question
2
Review Options
3
Learn Explanation
4
Explore Topic

Choose 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

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.