228k views
0 votes
Which of the following statements regarding K in K-fold cross-validation is NOT TRUE?

a. The validation set will be split into K subsets.
b. The validation will repeat K times
c. K should always be a prime number
d. K is used to divide the dataset into K subsets for cross-validation

User Tempire
by
7.8k points

1 Answer

2 votes

Final answer:

In K-fold cross-validation, the validation set is split into K subsets and the validation process is repeated K times.

Step-by-step explanation:

The correct statement about K in K-fold cross-validation is option c. K should always be a prime number. In K-fold cross-validation, the validation set is split into K subsets and the validation process is repeated K times. The purpose of K-fold cross-validation is to divide the dataset into K subsets to evaluate the performance of a machine learning model.

User Starpause
by
7.6k points