pub fn loocv(n: usize) -> Vec<Fold>
Leave-one-out cross-validation = n-fold (each test set is a single row).
n