PrepAway - Latest Free Exam Questions & Answers

You must clean the missing values using an appropriate operation without affecting the dimensionality of the f

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?

A. Yes

B. No

Explanation:
Use the Multiple Imputation by Chained Equations (MICE) method.

References:
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3074241/

https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/clean-missing-data


Leave a Reply