QuestionQ5

Data science concepts

A Data Scientist observes that a model is generating more accurate predictions.

Which metric should be used to assess why the model’s predictions have improved?

  • A Confidence intervals
  • B Shapley Additive exPlanations (SHAP)
  • C Root Mean Squared Error (RMSE)
  • D R2
Explanation

SHAP explains model predictions by assigning feature-attribution values, enabling analysis of which input features and feature effects contributed to the improvement in prediction accuracy.

Community Discussion

No comments yet. Be the first to start the discussion!