
Answer-first summary for fast verification
Answer: No
The Apply Transformation module in Azure Machine Learning designer is used to apply a previously saved transformation to a new dataset, not to combine or merge multiple datasets. The goal requires combining all rows from both datasets while maintaining the same columns and header structure, which is typically achieved using modules like 'Join Data' or 'Add Rows'. The community discussion strongly supports this with 67% selecting 'No' (B), and detailed comments explain that Apply Transformation doesn't perform dataset merging operations. The most upvoted comment (4 upvotes) explicitly states that Apply Transformation doesn't meet the goal of creating a combined dataset with all rows.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are using Azure Machine Learning designer. You have two datasets, Dataset1 and Dataset2. Your goal is to create a new dataset that includes all rows from both input datasets and has the same columns and header row.
You implement the following solution: Use the Apply Transformation module.
Does this solution meet the goal?

A
Yes
B
No
No comments yet.