
Answer-first summary for fast verification
Answer: No
The Group Categorical Values module in Azure Machine Learning Studio is designed to reduce the granularity of categorical data by grouping similar categorical values into fewer categories. It does not create new features or add columns to the dataset; instead, it modifies existing categorical columns by combining infrequent or similar values. The requirement specifies adding a new feature and populating its column with values, which is not the purpose of this module. Community discussion strongly supports this interpretation, with 67% selecting 'No' and detailed comments explaining that the module is for grouping existing categorical values, not for creating new features. Comments with higher upvotes (e.g., 18 upvotes) emphasize that the module merges string values into new levels within the same column, aligning with best practices for managing high-cardinality data but not for feature addition.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are performing feature engineering on a dataset. You need to add a new feature to the dataset and populate its column with values.
Recommendation: Use the Group Categorical Values module in Azure Machine Learning Studio.
Does this recommendation meet the requirement?
A
Yes
B
No
No comments yet.