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.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the formula for calculating MAE?

  1. MAE = (1/n) * Σ|y_i - y_hat_i|
  2. MAE = (1/n) * Σ(y_i - y_hat_i)^2
  3. MAE = (1/n) * Σy_i * y_hat_i
  4. MAE = (1/n) * Σ(y_i + y_hat_i)
Question 2 Multiple Choice (Single Answer)

What is the range of MAE values?

  1. [0, 1]
  2. [0, ∞)
  3. [-1, 1]
  4. [-∞, ∞)
Question 3 Multiple Choice (Single Answer)

Which of the following is NOT a disadvantage of MAE?

  1. It is sensitive to outliers.
  2. It is not a differentiable function.
  3. It is easy to interpret.
  4. It is not affected by the scale of the data.
Question 4 Multiple Choice (Single Answer)

Which of the following is a common application of MAE?

  1. Evaluating the performance of machine learning models
  2. Measuring the accuracy of weather forecasts
  3. Estimating the error in sensor measurements
  4. All of the above
Question 5 Multiple Choice (Single Answer)

How does MAE compare to other error metrics such as MSE and RMSE?

  1. MAE is always smaller than MSE and RMSE.
  2. MAE is always larger than MSE and RMSE.
  3. MAE is sometimes smaller and sometimes larger than MSE and RMSE.
  4. MAE is always equal to MSE and RMSE.
Question 6 Multiple Choice (Single Answer)

What is the relationship between MAE and the median absolute error (MdAE)?

  1. MAE is always equal to MdAE.
  2. MAE is always larger than MdAE.
  3. MAE is always smaller than MdAE.
  4. The relationship between MAE and MdAE depends on the distribution of the errors.
Question 7 Multiple Choice (Single Answer)

Which of the following is NOT a limitation of MAE?

  1. It is sensitive to outliers.
  2. It is difficult to interpret.
  3. It is not a differentiable function.
  4. It is affected by the scale of the data.
Question 8 Multiple Choice (Single Answer)

How can MAE be used to improve the performance of machine learning models?

  1. By identifying the features that contribute most to the error.
  2. By tuning the hyperparameters of the model.
  3. By collecting more data.
  4. All of the above
Question 9 Multiple Choice (Single Answer)

Which of the following is NOT a potential advantage of using MAE over other error metrics?

  1. It is easy to interpret.
  2. It is robust to outliers.
  3. It is a differentiable function.
  4. It is not affected by the scale of the data.
Question 10 Multiple Choice (Single Answer)

What is the relationship between MAE and the coefficient of determination (R^2)?

  1. MAE is always positively correlated with R^2.
  2. MAE is always negatively correlated with R^2.
  3. MAE is sometimes positively correlated and sometimes negatively correlated with R^2.
  4. MAE is never correlated with R^2.
Question 11 Multiple Choice (Single Answer)

Which of the following is NOT a common method for reducing MAE?

  1. Using a more complex model.
  2. Collecting more data.
  3. Tuning the hyperparameters of the model.
  4. Removing outliers from the data.
Question 12 Multiple Choice (Single Answer)

How can MAE be used to compare the performance of different machine learning models?

  1. By calculating the MAE for each model and selecting the model with the lowest MAE.
  2. By plotting the MAE of each model against the number of training examples.
  3. By using a statistical test to determine if there is a significant difference in the MAE of the models.
  4. All of the above
Question 13 Multiple Choice (Single Answer)

Which of the following is NOT a potential disadvantage of using MAE over other error metrics?

  1. It is not robust to outliers.
  2. It is difficult to interpret.
  3. It is not a differentiable function.
  4. It is affected by the scale of the data.
Question 14 Multiple Choice (Single Answer)

How can MAE be used to identify the features that contribute most to the error?

  1. By calculating the MAE for each feature.
  2. By plotting the MAE of each feature against the number of training examples.
  3. By using a statistical test to determine if there is a significant difference in the MAE of the features.
  4. All of the above
Question 15 Multiple Choice (Single Answer)

Which of the following is NOT a potential advantage of using MAE over other error metrics?

  1. It is easy to interpret.
  2. It is robust to outliers.
  3. It is a differentiable function.
  4. It is not affected by the scale of the data.