DP-100 Exam Question 16

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 are analyzing a numerical dataset which contains missing values in several columns.
You must clean the missing values using an appropriate operation without affecting the dimensionality of the feature set.
You need to analyze a full dataset to include all values.
Solution: Replace each missing value using the Multiple Imputation by Chained Equations (MICE) method.
Does the solution meet the goal?
  • DP-100 Exam Question 17

    You train and register a model in your Azure Machine Learning workspace.
    You must publish a pipeline that enables client applications to use the model for batch inferencing. You must use a pipeline with a single ParallelRunStep step that runs a Python inferencing script to get predictions from the input data.
    You need to create the inferencing script for the ParallelRunStep pipeline step.
    Which two functions should you include? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • DP-100 Exam Question 18

    You create an Azure Machine Learning workspace named workspace1. You assign a custom role to a user of workspace1.
    The custom role has the following JSON definition:

    Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 19

    You need to configure the Permutation Feature Importance module for the model training requirements.
    What should you do? To answer, select the appropriate options in the dialog box in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 20

    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 are analyzing a numerical dataset which contains missing values in several columns.
    You must clean the missing values using an appropriate operation without affecting the dimensionality of the feature set.
    You need to analyze a full dataset to include all values.
    Solution: Calculate the column median value and use the median value as the replacement for any missing value in the column.
    Does the solution meet the goal?