AWS Certified AI Practitioner (AIF-C01) — Question 327

An AI practitioner is building an ML model. The AI practitioner wants to provide model transparency and explainability to stakeholders.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Shapley values provide a mathematically rigorous way to explain the impact of individual features on a model's predictions, directly addressing the requirements for explainability and transparency. While accuracy metrics and confusion matrices describe the overall performance of a model, they do not explain how the model arrives at specific decisions. Secure inference endpoints deal with infrastructure security rather than interpretability.