nerdexam
Amazon

MLA-C01 · Question #181

An ML engineer wants to use Amazon SageMaker AI to prepare data for training. During exploratory data analysis, the ML engineer notices that several categorical features are missing values. How can…

The correct answer is D. Use SageMaker Data Wrangler to impute categorical features with the mode value. SageMaker Data Wrangler provides built-in data preparation capabilities, including handling missing values. For categorical features, imputing missing values with the mode preserves valid category values and is an appropriate, supported approach during data preparation.

Data Preparation for Machine Learning

Question

An ML engineer wants to use Amazon SageMaker AI to prepare data for training. During exploratory data analysis, the ML engineer notices that several categorical features are missing values. How can the ML engineer use SageMaker AI to solve this problem?

Options

  • AUse SageMaker Clarify to impute categorical features with the mean value.
  • BUse SageMaker Clarity to impute categorical features with the mode value.
  • CUse SageMaker Data Wrangler to impute categorical features with the mean value.
  • DUse SageMaker Data Wrangler to impute categorical features with the mode value.

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    10% (5)
  • C
    8% (4)
  • D
    79% (38)

Explanation

SageMaker Data Wrangler provides built-in data preparation capabilities, including handling missing values. For categorical features, imputing missing values with the mode preserves valid category values and is an appropriate, supported approach during data preparation.

Topics

#SageMaker Data Wrangler#Data Preprocessing#Missing Value Imputation#Categorical Features

Community Discussion

No community discussion yet for this question.

Full MLA-C01 Practice