
Answer-first summary for fast verification
Answer: Use Tabular Workflow for TabNet through Vertex AI Pipelines to train attention-based models
The question emphasizes model interpretability as the primary focus and rapid productionization. Option C (Tabular Workflow for TabNet through Vertex AI Pipelines) is optimal because TabNet uses sequential attention mechanisms that provide inherent interpretability by highlighting which features are important at each decision step, making it more interpretable than traditional deep neural networks or XGBoost models. Vertex AI Pipelines enable quick deployment with managed services, aligning with the need for rapid productionization. The community discussion strongly supports C, citing documentation and research showing TabNet's superior interpretability and comparable performance to XGBoost/GLM. Other options are less suitable: A (Wide & Deep) and D (custom deep learning) lack TabNet's interpretability features, while B (custom XGBoost on GKE) requires more setup time and offers less inherent interpretability than TabNet.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As an analyst at a large banking firm developing a robust, scalable ML pipeline to train several regression and classification models with a primary focus on model interpretability and rapid productionization, what should you do?
A
Use Tabular Workflow for Wide & Deep through Vertex AI Pipelines to jointly train wide linear models and deep neural networks
B
Use Google Kubernetes Engine to build a custom training pipeline for XGBoost-based models
C
Use Tabular Workflow for TabNet through Vertex AI Pipelines to train attention-based models
D
Use Cloud Composer to build the training pipelines for custom deep learning-based models
No comments yet.