Warning

Don’t use this if you only have a little data

  • Cut the data into chunks
  • Make splits. In each, use one chunk for testing and the other chunks for training
  • Train on those, report test accuracy

K-Fold