Posted by: Pdfprep
Post Date: February 26, 2021
You use Azure Machine Learning Studio to build a machine learning experiment.
You need to divide data into two distinct datasets.
Which module should you use?
A . Partition and Sample
B . Assign Data to Clusters
C . Group Data into Bins
D . Test Hypothesis Using t-Test
Answer: A
Explanation:
Partition and Sample with the Stratified split option outputs multiple datasets, partitioned using the rules you specified.
Reference: https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/partition-and-sample
Leave a Reply