New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft DP-100 Exam - Topic 7 Question 69 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 69
Topic #: 7
[All DP-100 Questions]

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 have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You train a classification model by using a logistic regression algorithm.

You must be able to explain the model's predictions by calculating the importance of each feature, both as an overall global relative importance value and as a measure of local importance for a specific set of predictions.

You need to create an explainer that you can use to retrieve the required global and local feature importance values.

Solution: Create a TabularExplainer.

Does the solution meet the goal?

Show Suggested Answer Hide Answer
Suggested Answer: B

Instead use Permutation Feature Importance Explainer (PFI).

Note 1:

Note 2: Permutation Feature Importance Explainer (PFI): Permutation Feature Importance is a technique used to explain classification and regression models. At a high level, the way it works is by randomly shuffling data one feature at a time for the entire dataset and calculating how much the performance metric of interest changes. The larger the change, the more important that feature is. PFI can explain the overall behavior of any underlying model but does not explain individual predictions.


https://docs.microsoft.com/en-us/azure/machine-learning/how-to-machine-learning-interpretability

Contribute your Thoughts:

0/2000 characters
Lauran
4 months ago
Yes, it’s definitely the right choice for this scenario!
upvoted 0 times
...
Pamella
4 months ago
I think it might not cover all edge cases.
upvoted 0 times
...
Margarita
4 months ago
Wait, can it really handle both global and local importance?
upvoted 0 times
...
Tuyet
4 months ago
Totally agree, it fits the requirements perfectly.
upvoted 0 times
...
Chauncey
5 months ago
A TabularExplainer is great for feature importance!
upvoted 0 times
...
Callie
5 months ago
I feel like I’ve seen examples where TabularExplainer works well, but I’m not confident it meets all the requirements for both global and local importance.
upvoted 0 times
...
Dianne
5 months ago
I’m a bit confused because I thought there were other explainers that could also provide feature importance. Is TabularExplainer the only option here?
upvoted 0 times
...
Yuki
5 months ago
I think using a TabularExplainer could be the right approach since it’s designed for tabular data, but I'm not entirely sure if it covers both global and local importance.
upvoted 0 times
...
Ivette
5 months ago
I remember practicing with similar questions, and I feel like the TabularExplainer is often mentioned for explaining model predictions, so it might be correct.
upvoted 0 times
...
Winfred
5 months ago
Okay, I've got this. The Define Scope process is part of the Planning process group, where we plan out the project details and requirements. I'm confident that's the right answer.
upvoted 0 times
...
Loreta
5 months ago
Okay, I've got this. Admin, Registered, and Custom are the three user types I'm going to select. I'm confident those are the correct answers.
upvoted 0 times
...
Jacquelyne
5 months ago
The key here is understanding the limitations of Intrusion Detection Systems. I think I can eliminate a few of these options and narrow it down.
upvoted 0 times
...
Neghir
4 years ago
Answer is NO : The PFIExplainer doesn't support local feature importance explanations. https://docs.microsoft.com/en-us/learn/modules/explain-machine-learning-models-with-azure-machine-learning/3-explainers
upvoted 1 times
Neghir
4 years ago
typo correction : Answer is YES, this is TabularExplainer
upvoted 1 times
...
...

Save Cancel