Mean Absolute Error (MAE)
Mean Absolute Error (MAE) is a measure of the difference between two continuous variables. It is the average of the absolute differences between predicted values and observed values. MAE is a widely used metric for evaluating the performance of machine learning models.
Questions
What is the formula for calculating MAE?
- MAE = (1/n) * Σ|y_i - y_hat_i|
- MAE = (1/n) * Σ(y_i - y_hat_i)^2
- MAE = (1/n) * Σy_i * y_hat_i
- MAE = (1/n) * Σ(y_i + y_hat_i)
What is the range of MAE values?
- [0, 1]
- [0, ∞)
- [-1, 1]
- [-∞, ∞)
Which of the following is NOT a disadvantage of MAE?
- It is sensitive to outliers.
- It is not a differentiable function.
- It is easy to interpret.
- It is not affected by the scale of the data.
Which of the following is a common application of MAE?
- Evaluating the performance of machine learning models
- Measuring the accuracy of weather forecasts
- Estimating the error in sensor measurements
- All of the above
How does MAE compare to other error metrics such as MSE and RMSE?
- MAE is always smaller than MSE and RMSE.
- MAE is always larger than MSE and RMSE.
- MAE is sometimes smaller and sometimes larger than MSE and RMSE.
- MAE is always equal to MSE and RMSE.
What is the relationship between MAE and the median absolute error (MdAE)?
- MAE is always equal to MdAE.
- MAE is always larger than MdAE.
- MAE is always smaller than MdAE.
- The relationship between MAE and MdAE depends on the distribution of the errors.
Which of the following is NOT a limitation of MAE?
- It is sensitive to outliers.
- It is difficult to interpret.
- It is not a differentiable function.
- It is affected by the scale of the data.
How can MAE be used to improve the performance of machine learning models?
- By identifying the features that contribute most to the error.
- By tuning the hyperparameters of the model.
- By collecting more data.
- All of the above
Which of the following is NOT a potential advantage of using MAE over other error metrics?
- It is easy to interpret.
- It is robust to outliers.
- It is a differentiable function.
- It is not affected by the scale of the data.
What is the relationship between MAE and the coefficient of determination (R^2)?
- MAE is always positively correlated with R^2.
- MAE is always negatively correlated with R^2.
- MAE is sometimes positively correlated and sometimes negatively correlated with R^2.
- MAE is never correlated with R^2.
Which of the following is NOT a common method for reducing MAE?
- Using a more complex model.
- Collecting more data.
- Tuning the hyperparameters of the model.
- Removing outliers from the data.
How can MAE be used to compare the performance of different machine learning models?
- By calculating the MAE for each model and selecting the model with the lowest MAE.
- By plotting the MAE of each model against the number of training examples.
- By using a statistical test to determine if there is a significant difference in the MAE of the models.
- All of the above
Which of the following is NOT a potential disadvantage of using MAE over other error metrics?
- It is not robust to outliers.
- It is difficult to interpret.
- It is not a differentiable function.
- It is affected by the scale of the data.
How can MAE be used to identify the features that contribute most to the error?
- By calculating the MAE for each feature.
- By plotting the MAE of each feature against the number of training examples.
- By using a statistical test to determine if there is a significant difference in the MAE of the features.
- All of the above
Which of the following is NOT a potential advantage of using MAE over other error metrics?
- It is easy to interpret.
- It is robust to outliers.
- It is a differentiable function.
- It is not affected by the scale of the data.