Microsoft Azure AI Fundamentals — Question 117

You have an Azure Machine Learning pipeline that contains a Split Data module.
The Split Data module outputs to a Train Model module and a Score Model module.
What is the function of the Split Data module?

Answer options

Correct answer: B

Explanation

The Split Data module's primary function is to generate training and validation datasets, which is essential for training machine learning models effectively. The other options pertain to different preprocessing tasks that do not describe the specific role of the Split Data module.