Scenario: The Daily Bugle, a renowned news azure video
dp-100-data-scientist-assoc video for scenario: The Daily Bugle, a renowned news organization led by J. Jonah Jameson, has grown from humble beginnings into a
Full Certification Question
Scenario: The Daily Bugle, a renowned news organization led by J. Jonah Jameson, has grown from humble beginnings into a household name in news reporting. Despite facing technical challenges, the company continues to thrive, and Jameson has hired you as an IT consultant to improve operational efficiencies through various IT projects. Project Details: One of the current projects involves training a classification model using a logistic regression algorithm. Requirement: The team must be able to explain the model’s predictions by calculating the feature importance in two ways: Global relative importance – measures the overall contribution of each feature across the dataset. Local importance – measures the feature contribution for specific predictions. Implementation: The lead developer, Peter Parker, has decided to use TabularExplainer to generate feature importance values. Question: Does Peter’s solution fulfil the project requirement?