Exam C1000-012 All QuestionsBrowse all questions from this exam
Question 28

What is the main criteria for separating training and test data when training a machine learning system?

    Correct Answer: D

    The main criteria for separating training and test data in training a machine learning system is to ensure that the data set is representative and randomly split into a training set and a test set so that they do not overlap. This ensures that the model is trained on a diverse set of data and is tested on data it has not seen before, providing a more accurate evaluation of its performance.

Discussion
CERTIFICATION1990Option: D

D. The data set should be representative and randomly split in to a training set and a test set so that they do not overlap.