Topic 1 Question 301
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?
Deploy the Learning Interpretability Tool (LIT) on App Engine to provide explainability and visualization of the output.
Use Vertex Explainable AI to generate feature attributions, and use feature-based explanations for your models.
Use AutoML Tables with built-in explainability features, and use Shapley values for explainability.
Deploy pre-trained models from TensorFlow Hub to provide explainability using visualization tools.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: C
Considering the requirements of transparency, understandability, and minimal operational overhead, C. Use AutoML Tables with built-in explainability features, and use Shapley values for explainability. is the best option. It leverages a managed service with built-in explainability, providing a scalable and low-maintenance solution.
👍 1CassiniExam2025/02/27
シャッフルモード