
Explanation:
The correct answer is B. The Split Data module in an Azure Machine Learning pipeline is primarily used to divide the dataset into training and validation datasets. This is essential for training machine learning models and then evaluating their performance on unseen data to ensure they perform well in real-world scenarios.
What does the Split Data module in an Azure Machine Learning pipeline primarily perform?
A
Normalize numeric variables
B
Generate training and validation sets
C
Filter out records with missing data
D
Choose columns for model inclusion
No comments yet.