
Explanation:
The Partition and Sample module in Azure Machine Learning Studio is specifically designed to split datasets into multiple partitions. It offers various splitting methods including stratified split, which can divide data into two distinct datasets. The community discussion shows 100% consensus on option C, with multiple comments confirming this is the correct module for data splitting. While some comments mention that similar functionality exists in newer Azure Machine Learning designer, for the Studio environment referenced in the question, Partition and Sample is the appropriate choice. Other options are incorrect: Assign Data to Clusters is for clustering analysis, Load Trained Model is for model deployment, and Tune Model Hyperparameters is for model optimization.
Ultimate access to all questions.
You are building a machine learning experiment in Azure Machine Learning Studio. You need to split your data into two separate datasets.
Which module should you use?
A
Assign Data to Clusters
B
Load Trained Model
C
Partition and Sample
D
Tune Model-Hyperparameters
No comments yet.