Google Cloud Professional Machine Learning Engineer — Question 302

You have developed a fraud detection model for a large financial institution using Vertex AI. The model achieves high accuracy, but the stakeholders are concerned about the model's potential for bias based on customer demographics. You have been asked to provide insights into the model's decision-making process and identify any fairness issues. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because using feature attribution allows you to analyze how different features contribute to the model's decisions, which can help identify any potential biases. Option A incorrectly suggests removing demographic features altogether, which may not address fairness issues. Option C focuses on monitoring skew rather than understanding model decisions. Option D involves reporting biased predictions but doesn't provide insights into the model's decision-making process.