Which metric would you use to evaluate a regression model's performance that is
Practice Questions
Q1
Which metric would you use to evaluate a regression model's performance that is sensitive to outliers?
Mean Absolute Error
Mean Squared Error
R-squared
Root Mean Squared Error
Questions & Step-by-Step Solutions
Which metric would you use to evaluate a regression model's performance that is sensitive to outliers?
Step 1: Understand what a regression model is. It predicts a continuous outcome based on input features.
Step 2: Learn about performance metrics used to evaluate regression models. Common metrics include Mean Absolute Error (MAE) and Mean Squared Error (MSE).
Step 3: Recognize that MSE calculates the average of the squares of the errors (the differences between predicted and actual values).
Step 4: Understand that squaring the errors means larger errors have a bigger impact on the final score.
Step 5: Conclude that because MSE gives more weight to larger errors, it is sensitive to outliers (extreme values that differ significantly from other observations).