DP-100 · Question #198
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h
The correct answer is B. No. The answer is No because the proposed solution uses an explainer that does not support both global and local feature importance. For example, PFIExplainer (Permutation Feature Importance) only produces global importance scores across the entire dataset and cannot explain individu
Question
Options
- AYes
- BNo
How the community answered
(43 responses)- A21% (9)
- B79% (34)
Explanation
The answer is No because the proposed solution uses an explainer that does not support both global and local feature importance. For example, PFIExplainer (Permutation Feature Importance) only produces global importance scores across the entire dataset and cannot explain individual predictions locally. To satisfy both requirements - overall global relative importance and local importance for a specific set of predictions - you must use an explainer such as TabularExplainer or MimicExplainer, which support both global and local explanations for logistic regression models.
Topics
Community Discussion
No community discussion yet for this question.