
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, renaming columns, or marking columns as features/labels. It cannot add 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 note that adding columns requires different methods like SQL transformations, Python scripts, or the Add Columns module. Since the requirement is to add a new feature column and populate its values, the Edit Metadata module does not satisfy this requirement.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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