Special Case of K-fold Cross Validation.

where is the number of data points in the dataset.

Steps

  1. Split the dataset into folds.
  2. 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