90. K-Fold Cross-Validation

  • A resampling technique used to evaluate machine learning models by partitioning the data into 'k' subsets and training/testing the model 'k' times. ​

Last updated