Generating cv folds

You have two choices of generating cross-validation folds:

  • Filter approach - uses a bash script to generate the train/test pairs beforehand
  • Java approach - to be used from within your own Java code, creates train/test pairs on the fly