
Answer-first summary for fast verification
Answer: No
The Edit Metadata module in Azure Machine Learning Studio is designed to modify the metadata of existing columns, such as changing data types (e.g., numerical to categorical), renaming columns, or marking columns as features or labels. It does not support adding new columns to a dataset. The community discussion strongly supports this, with the top-voted comment (30 upvotes) stating 'Edit meta data cannot add a new column, it can change properties of existing columns.' Other comments emphasize that adding a column requires methods like SQL transformations, Python scripts, or the 'Add Columns' module. Since the requirement involves adding a new feature column and populating its values, the Edit Metadata module does not satisfy this requirement.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are performing feature engineering on a dataset. You need to add a new feature column and populate its values.
Recommendation: Use the Edit Metadata module in Azure Machine Learning Studio.
Does this recommendation meet the requirement?
A
Yes
B
No
No comments yet.