Unveiling the Power of Explainable AI in Google Cloud Vertex AI
1. Introduction to Explainable AI in Google Cloud Vertex AI
In the realm of AI, understanding how models make decisions is crucial. Google Cloud Vertex AI offers a suite of tools to make AI systems more understandable. The XAI options in Vertex AI can be broadly divided into two types:
- Feature - based : Feature attributions show the degree to which each feature in a model contributes to the predictions for a specific instance. When requesting an explanation, you get not only the predictions but also the feature attribution information. It’s mainly applicable to tabular data and has built - in visualization for image data.
- Example - based : Vertex A