K-fold cross-validation
AIK-fold cross-validation: Cross-validation that splits data into k parts, training on k minus one and testing on the rest, rotating through all folds.
K-fold cross-validation: Cross-validation that splits data into k parts, training on k minus one and testing on the rest, rotating through all folds.