You are an ML engineer at a bank. You need to build a solution that provides transparent and understandable explanations for AI-driven decisions for loan approvals, credit limits, and interest rates. You want to build this system to require minimal operational overhead. What should you do?
- ADeploy the Learning Interpretability Tool (LIT) on App Engine to provide explainability and visualization of the output.
- BUse Vertex Explainable AI to generate feature attributions, and use feature-based explanations for your models. (correct answer)
- CUse AutoML Tables with built-in explainability features, and use Shapley values for explainability.
- DDeploy pre-trained models from TensorFlow Hub to provide explainability using visualization tools.
Reveal answer & explanationHide answer
The correct answer is B. Option B: Use Vertex Explainable AI to generate feature attributions, and use feature-based explanations for your models.