
Answer-first summary for fast verification
Answer: No
The solution does NOT meet the goal because Equal Width binning divides the data range into bins of equal size but does not normalize the values. Normalization typically involves scaling values to a standard range (like 0-1) or transforming them to have a specific distribution. The community discussion strongly supports this with 100% selecting 'No' (B), and multiple comments explain that quantile normalization or entropy MDL would be better for both normalization and binning when predicting a target column. Equal Width binning only performs binning without the required normalization step.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are a data scientist using Azure Machine Learning Studio. You need to normalize values by grouping them into bins to predict a target column.
Solution: Apply an Equal Width with Custom Start and Stop binning mode.
Does the solution meet the goal?
A
Yes
B
No
No comments yet.