Concept

K-Fold Cross-Validation is less expensive than LOOCV

Sometimes when n is extremely large, performing LOOCV may pose computational problems. However, performing a 10-fold CV requires training the model only ten times, which reduces the computational complexity.

0

1

Updated 2020-03-07

Tags

Data Science