DP-203 · Question #258
When you implement the Clean Missing Data module to a set of data, the Minimum missing value ratio and Maximum missing value ratio are two important factors in replacing the missing values. If the…
The correct answer is E. missing values are cleaned even if 100% of the values in the column are missing. Maximum missing value ratio is specified as the maximum number of missing values that can be present for the operation that is to be executed. By default, the Maximum missing value ratio is set to 1 which indicates that missing values will be cleaned even if 100% of the values…
Question
When you implement the Clean Missing Data module to a set of data, the Minimum missing value ratio and Maximum missing value ratio are two important factors in replacing the missing values. If the Maximum missing value is set to 1, what does it mean?
Options
- Amissing values are cleaned only when 100% of the values in the column are missing
- Bmissing values are cleaned even if there is only one missing value
- Cmissing values are cleaned only when there is only one missing value
- Dmissing values won't be cleaned
- Emissing values are cleaned even if 100% of the values in the column are missing
How the community answered
(45 responses)- A2% (1)
- B13% (6)
- C2% (1)
- D4% (2)
- E78% (35)
Explanation
Maximum missing value ratio is specified as the maximum number of missing values that can be present for the operation that is to be executed. By default, the Maximum missing value ratio is set to 1 which indicates that missing values will be cleaned even if 100% of the values in the column are missing. Option A is incorrect. The use of the word "Only When" does not rightly state the meaning. Option B is incorrect. Setting Minimum missing value ratio property to 0 actually means that missing values are cleaned even if there is only one missing value. Option C is incorrect. Minimum and Maximum missing value ratios talk only about minimum and maximum ratios, not a specific number. Option D is incorrect. The given statement is not right. Option E is correct. Setting the Maximum missing value ratio to 1 indicates that missing values will be cleaned even if 100% of the values in the column are missing. https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/clean-
Topics
Community Discussion
No community discussion yet for this question.