Posted by: Pdfprep
Post Date: January 19, 2021
You are with a time series dataset in Azure Machine Learning Studio.
You need to split your dataset into training and testing subsets by using the Split Data module.
Which splitting mode should you use?
A . Regular Expression Split
B . Split Rows with the Randomized split parameter set to true
C . Relative Expression Split
D . Recommender Split
Answer: B
Explanation:
Split Rows: Use this option if you just want to divide the data into two parts. You can
specify the percentage of data to put in each split, but by default, the data is divided 50-50.
Reference: https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/split-data