Certification Practice Exams with Real Test Questions & Answers

Scenario: Café Rivoli, an exclusive Manhattan azure video

 ·  PT1H46M27S  ·  EN

dp-100-data-scientist-assoc video for scenario: Café Rivoli, an exclusive Manhattan restaurant founded by Steve Rogers and Bruce Banner, continues to evolve by

Full Certification Question

Scenario: Café Rivoli, an exclusive Manhattan restaurant founded by Steve Rogers and Bruce Banner, continues to evolve by integrating Microsoft Azure into its operations. You have been brought on to lead several projects supporting this transformation. Currently, the IT team is training a classification model using a decision tree algorithm . The lead developer has initialized an estimator using the following Python code: python from interpret . ext . blackbox import TabularExplainer explainer = TabularExplainer ( model , x_train , features = feature_names , classes = class_names ) Where: feature_names is a list of all feature names. class_names is a list of all class names. Now, the developer must explain the model’s predictions across all classes by determining the importance of all features . Question: Which of the following statements about feature importance in this scenario is true ? (Select all that apply.)