exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 2 question 30 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are a data scientist using Azure Machine Learning Studio.
You need to normalize values to produce an output column into bins to predict a target column.
Solution: Apply a Quantiles normalization with a QuantileIndex normalization.
Does the solution meet the goal?

  • 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
kty
Highly Voted 4 years, 1 month ago
I think Answer is 'A' If you select the Quantiles binning mode, use the Quantile normalization option to determine how values are normalized prior to sorting into quantiles. Note that normalizing values transforms the values, but does not affect the final number of bins. For an example, see Effects of Different Normalization Methods. The following normalization types are supported: Percent: Values are normalized within the range [0,100] PQuantile: Values are normalized within the range [0,1] QuantileIndex: Values are normalized within the range [1,number of bins]
upvoted 29 times
...
l2azure
Highly Voted 4 years ago
Answer is correct, only the binning mode 'Entropy MDL' takes into account the target column. See documentation: https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/group-data-into-bins
upvoted 13 times
lcgcastro96
1 year, 10 months ago
"You need to normalize values to produce an output column into bins to predict a target column." =/= we need to take into consideration the target column when binning
upvoted 1 times
...
azurelearner666
3 years ago
Wrong, it is A. and the proper way to normalize the values is with Quantile normalization "If you select the Quantiles binning mode, use the Quantile normalization option to determine how values are normalized prior to sorting into quantiles. Note that normalizing values transforms the values, but does not affect the final number of bins" https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/group-data-into-bins https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/group-data-into-bins#bkmk_Effects
upvoted 3 times
...
...
ashvinn
Most Recent 9 months ago
A is to go
upvoted 1 times
...
NullVoider_0
1 year, 4 months ago
Selected Answer: A
The Quantiles normalization module in Azure ML Studio normalizes values based on quantiles into a specified number of bins. The QuantileIndex normalization module further converts those binned quantiles into indices values. Together these two normalization modules can take an input column and transform it into quantile indices, binning the original values. This quantile binning allows the feature to then be used for targets prediction, meeting that part of the stated goal as well.
upvoted 2 times
...
Ahmed_Gehad
1 year, 9 months ago
Selected Answer: B
The answer is B. No. Quantiles normalization is a technique that is used to normalize values by dividing the range of values into equal-sized intervals, or quantiles. QuantileIndex normalization is a technique that is used to normalize values by assigning each value to a quantile based on its rank. In this case, the goal is to normalize values to produce an output column into bins to predict a target column. However, the solution of applying a Quantiles normalization with a QuantileIndex normalization will not achieve this goal. Instead, you should use a normalization technique that is specifically designed for binning, such as Equal Width Binning or Equal Frequency Binning.
upvoted 2 times
...
phdykd
2 years, 1 month ago
B. No. Quantiles normalization is a normalization technique that transforms the values in a dataset to have a specified distribution, usually a normal distribution. It is not used to produce an output column into bins. Quantile Index normalization is a technique that transforms a dataset so that its values lie between 0 and 1, using the minimum and maximum values in the dataset. It is also not used to produce an output column into bins. To produce an output column into bins, one could use the Discretize module in Azure Machine Learning Studio.
upvoted 2 times
...
DingDongSingSong
3 years, 1 month ago
The question is poorly worded: You need to normalize values to produce an output column into bins to predict a target column. Why would you bin an output (target) column when you're projecting a target column? That just doesn't make sense.
upvoted 4 times
...
dija123
3 years, 5 months ago
Selected Answer: A
I go with A
upvoted 2 times
...
v06ayxop1
3 years, 6 months ago
Entropy MDL is not yet available in new Azure ML but only in Azure ML classic. https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/group-data-into-bins#how-to-configure-group-data-into-bins
upvoted 3 times
...
jitsblitz
3 years, 7 months ago
"You need to normalize values to produce an output column into bins to predict a target column." Only Quantiles binning normalizes. You are not asked to use target column for binning. Dont get confused with just the mention of target column. All feature selection is to predict target column only. Entropy MDL uses Target column to determine number of bins.
upvoted 8 times
...
Askme101
4 years, 4 months ago
Yes answer is correct as 'a' as this requires a target column
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago