Question 71

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 contain 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: Use the last Observation Carried Forward (IOCF) method to impute the missing data points.
Does the solution meet the goal?
  • Question 72

    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.
    An IT department creates the following Azure resource groups and resources:

    The IT department creates an Azure Kubernetes Service (AKS)-based inference compute target named aks-cluster in the Azure Machine Learning workspace.
    You have a Microsoft Surface Book computer with a GPU. Python 3.6 and Visual Studio Code are installed.
    You need to run a script that trains a deep neural network (DNN) model and logs the loss and accuracy metrics.
    Solution: Attach the mlvm virtual machine as a compute target in the Azure Machine Learning workspace.
    Install the Azure ML SDK on the Surface Book and run Python code to connect to the workspace. Run the training script as an experiment on the mlvm remote compute resource.
  • Question 73

    You have a dataset that contains 2,000 rows. You are building a machine learning classification model by using Azure Learning Studio. You add a Partition and Sample module to the experiment.
    You need to configure the module. You must meet the following requirements:
    Divide the data into subsets
    Assign the rows into folds using a round-robin method
    Allow rows in the dataset to be reused
    How should you configure the module? To answer, select the appropriate options in the dialog box in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 74

    You are evaluating a completed binary classification machine learning model.
    You need to use the precision as the evaluation metric.
    Which visualization should you use?
  • Question 75

    You are analyzing a dataset by using Azure Machine Learning Studio.
    YOU need to generate a statistical summary that contains the p value and the unique value count for each feature column.
    Which two modules can you users? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.