nerdexam
MicrosoftMicrosoft

DP-100 · Question #33

DP-100 Question #33: Real Exam Question with Answer & Explanation

The correct answer is C: Remove entire row. {"question_number": 3, "correct_answer": "C", "explanation": "When a dataset contains null rows - entire rows where all values are missing - the appropriate action in Azure Machine Learning Studio's Clean Missing Data module is 'Remove entire row.' These rows contribute no usable

Design and prepare a machine learning solution

Question

You are creating a machine learning model. You have a dataset that contains null rows. You need to use the Clean Missing Data module in Azure Machine Learning Studio to identify and resolve the null and missing data in the dataset. Which parameter should you use?

Options

  • AReplace with mean
  • BRemove entire column
  • CRemove entire row
  • DHot Deck

Explanation

{"question_number": 3, "correct_answer": "C", "explanation": "When a dataset contains null rows - entire rows where all values are missing - the appropriate action in Azure Machine Learning Studio's Clean Missing Data module is 'Remove entire row.' These rows contribute no usable information to model training and should be dropped entirely. 'Replace with mean' would impute values into an otherwise meaningless row. 'Remove entire column' would discard a whole feature even if only a few rows have missing values. 'Hot Deck' imputes values by borrowing from similar records, which is inappropriate when an entire row is null since there is no partial data to base similarity on.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Data cleaning#Missing data#Azure Machine Learning Studio#Data pre-processing

Community Discussion

No community discussion yet for this question.

Full DP-100 PracticeBrowse All DP-100 Questions