nerdexam
Microsoft

70-774 · Question #51

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is…

The correct answer is E. Clean Missing Data. You can use the Clean Missing Data module in Azure Machine Learning Studio, to remove, replace, or infer missing values. This module supports multiple type of operations for "cleaning" missing values, including: Replacing missing values with a placeholder, mean, or other value…

Prepare data for modeling

Question

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question. You have a dataset that contains a column named Column1. Some of the values in Column1 are empty. You need to replace the empty values by using probabilistic Principal Component Analysis (PCA). The solution must use a native module. Which module should you use?

Options

  • AExecute Python Script
  • BImport Data
  • CEdit Metadata
  • DSelect Columns in Dataset
  • EClean Missing Data
  • FTune Model Hyperparameters
  • GClip Values
  • HNormalize Data

How the community answered

(61 responses)
  • C
    2% (1)
  • D
    7% (4)
  • E
    72% (44)
  • F
    2% (1)
  • G
    3% (2)
  • H
    15% (9)

Explanation

You can use the Clean Missing Data module in Azure Machine Learning Studio, to remove, replace, or infer missing values. This module supports multiple type of operations for "cleaning" missing values, including: Replacing missing values with a placeholder, mean, or other value Completely removing rows and columns that have missing values Inferring values based on statistical methods You can choose to replace using Probabilistic PCA: Replaces the missing values by using a linear model that analyzes the correlations between the columns and estimates a low- dimensional approximation of the data, from which the full data is reconstructed. https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/clean-missing-

Topics

#Clean Missing Data#PCA imputation#missing values#Azure ML Studio

Community Discussion

No community discussion yet for this question.

Full 70-774 Practice