PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #86
You work at a subscription-based company. You have trained an ensemble of trees and neural networks to predict customer churn, which is the likelihood that customers will not renew their yearly subscr
The correct answer is B. Configure sampled Shapley explanations on Vertex Explainable AI.. Assigns credit for the outcome to each feature, and considers different permutations of the features. This method provides a sampling approximation of exact Shapley values. shampled shapely recommended Model Type: Non-differentiable models, such as ensembles of trees and neural n
Question
Options
- ATrain local surrogate models to explain individual predictions.
- BConfigure sampled Shapley explanations on Vertex Explainable AI.
- CConfigure integrated gradients explanations on Vertex Explainable AI.
- DMeasure the effect of each feature as the weight of the feature multiplied by the feature value.
How the community answered
(36 responses)- A8% (3)
- B69% (25)
- C19% (7)
- D3% (1)
Explanation
Assigns credit for the outcome to each feature, and considers different permutations of the features. This method provides a sampling approximation of exact Shapley values. shampled shapely recommended Model Type: Non-differentiable models, such as ensembles of trees and neural networks. https://cloud.google.com/ai-platform/prediction/docs/ai-explanations/overview
Topics
Community Discussion
No community discussion yet for this question.