
Answer-first summary for fast verification
Answer: No
The question asks whether using the 'Remove entire row' option in the Clean Missing Data module satisfies the requirement to 'detect and fix' null and missing values. While the module does technically 'detect' missing values and 'fix' them by removal, this approach is generally not optimal. The community discussion highlights that removing entire rows for a single missing value can introduce bias, reduce dataset size significantly, and is only advisable when missing values are random and the dataset is large enough. Microsoft's documentation and best practices emphasize data preservation through imputation methods (mean, median, mode, MICE) over deletion. Since the requirement is to 'fix' (implying correction rather than elimination) and the recommendation may not be suitable in all contexts (e.g., small datasets), it does not reliably meet the requirements. The consensus in the discussion, supported by higher-upvoted comments, favors 'No' (B) as the answer, noting that deletion should be avoided unless necessary.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are creating a machine learning model using a dataset that contains null and missing values. You plan to use the Clean Missing Data module in Azure Machine Learning Studio to handle these values.
Recommendation: Use the "Remove entire row" cleaning mode.
Does this recommendation meet the requirements?
A
Yes
B
No
No comments yet.