DP-100 Exam Question 36

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 PFIExplainer.
Does the solution meet the goal?
  • DP-100 Exam Question 37

    You manage an Azure Machine Learning workspace. You create an experiment named experiment1 by using the Azure Machine Learning Python SDK v2 and MLflow.

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.

    DP-100 Exam Question 38

    You deploy a real-time inference service for a trained model.
    The deployed model supports a business-critical application, and it is important to be able to monitor the data submitted to the web service and the predictions the data generates.
    You need to implement a monitoring solution for the deployed model using minimal administrative effort.
    What should you do?
  • DP-100 Exam Question 39

    You have an Azure Machine learning workspace. The workspace contains a dataset with data in a tabular form.
    You plan to use the Azure Machine Learning SDK for Python vl to create a control script that will load the dataset into a pandas dataframe in preparation for model training The script will accept a parameter designating the dataset You need to complete the script.
    How should you complete the script? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 40

    You need to identify the methods for dividing the data according to the testing requirements.
    Which properties should you select? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.