Which of the following cross-validation techniques divides the data into k equal groups and iteratively trains the model on k-1 groups while evaluating on the remaining one?
Holdout method
Stratified k-fold cross-validation
Leave-one-out cross-validation
k-fold cross-validation

Machine Learning Exercises are loading ...