Special Case of K-fold Cross Validation.
where is the number of data points in the dataset.
Steps
- Split the dataset into folds.
- In each iteration point is used as the Validation Set. The remaining points are used as the Training Set.
Pros
Less Bias Deterministic General
Cons
Computationally Demanding More Variance