exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 1 question 15 discussion

Actual exam question from Microsoft's DP-100
Question #: 15
Topic #: 1
[All DP-100 Questions]

This question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the recommendation satisfies the requirements.
You are in the process of creating a machine learning model. Your dataset includes rows with null and missing values.
You plan to make use of the Clean Missing Data module in Azure Machine Learning Studio to detect and fix the null and missing values in the dataset.
Recommendation: You make use of the Custom substitution value option.
Will the requirements be satisfied?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
endeesa
8 months, 2 weeks ago
Selected Answer: A
As there is a lack of information regarding the dataset in question, utilizing Custom Substitution would be advantageous. This allows for greater control in selecting appropriate substitutions that align with the data, resulting in a favourable outcome. Therefore, the answer is yes.
upvoted 1 times
...
james2033
8 months, 2 weeks ago
Selected Answer: A
See latest reference document at here https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/clean-missing-data?view=azureml-api-2#:~:text=Custom%20substitution%20value%3A%20Use%20this%20option%20to%20specify%20a%20placeholder%20value Quote 'For Cleaning Mode, select one of the following options for replacing or removing missing values: Custom substitution value: Use this option to specify a placeholder value (such as a 0 or NA) that applies to all missing values. The value that you specify as a replacement must be compatible with the data type of the column.' Yes. We can use 'Custom substitution value'.
upvoted 3 times
...
james2033
8 months, 2 weeks ago
Selected Answer: A
https://learn.microsoft.com/en-us/previous-versions/azure/machine-learning/studio-module-reference/clean-missing-data#bkmk_ReplaceMissing - Replace using MICE (Multivariate Imputation using Chained Equations) - Custom substitution value (*) - Replace with mean - Replace with median: Calculates the column median value, and uses the median value as the replacement for any missing value in the column. - Replace with mode - Remove entire row - Replace using Probabilistic PCA 'rows with null and missing values', so no removing entire row. I choose YES (*)
upvoted 3 times
...
evangelist
1 year, 3 months ago
Selected Answer: B
If the requirement is to effectively handle missing values in a way that preserves the integrity of the dataset for machine learning purposes, you might need to consider other options as well, such as imputation methods (mean, median, mode, MICE) that can maintain statistical properties of the dataset. The best method depends on the nature of your data and the specific requirements of your machine learning model.
upvoted 1 times
...
Ratz
1 year, 6 months ago
Answer B: All the replace missing value options apply to the column. The question talks about randomly missing values in the row. Hence removing the row will be ideal.
upvoted 1 times
...
mhmichiel
2 years, 3 months ago
Selected Answer: B
You dont know the dataset and therefore you cant assume A is correct. This means B is correct in this case. The only option that could be correct withoud seing the dataset is to remove the rows when missing values exist.
upvoted 2 times
...
Gary_Chambers
2 years, 4 months ago
I think the tricky part is the null values. Clean missing data lets you input for that but doesn't address the null or NaN values.
upvoted 1 times
...
Mirjalol
2 years, 4 months ago
Selected Answer: A
Answer is 'A', here is the reference for those who have doubts: https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/clean-missing-data
upvoted 1 times
...
meysa
2 years, 4 months ago
Selected Answer: B
If the columns have different data types, we can not set one custom substitution for all the missing values. The only strategy that can apply to all data types is the mode.
upvoted 1 times
...
roncil
2 years, 4 months ago
yes the answer is A.
upvoted 1 times
...
KIshor1212
2 years, 6 months ago
Selected Answer: A
Custom substitution value: Use this option to specify a placeholder value (such as a 0 or NA) that applies to all missing values. The value that you specify as a replacement must be compatible with the data type of the column. https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/clean-missing-data
upvoted 2 times
...
FlexingD
2 years, 7 months ago
Should be A
upvoted 2 times
...
dinhhungitsoft
2 years, 7 months ago
Selected Answer: A
A is correct, Clean Missing Data module also provides "Custom substitution value" cleaning mode
upvoted 2 times
...
synapse
3 years, 2 months ago
Selected Answer: A
Since it says custom, the answer would be Yes. A
upvoted 3 times
Mirjalol
2 years, 4 months ago
What a ridiculous answer you are giving? The question did not mention 'custom' only suggested answer is custom option... If you see word 'custom', do you always choose it as correct answer?
upvoted 4 times
...
...
ranjsi01
3 years, 4 months ago
answer should be YES, because we can use '0' for numeric and 'na' for text columns
upvoted 1 times
zaidurfshahr
3 years, 1 month ago
If you use a 0 for numeric, it is a value that you add to that particular row/cell. And this will impact your predictions. It should be a NO.
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...