In some cases, it might be practical to have the ability to specify multiple folds as validation or test. So e.g. instead of specifying fold_va = 1 and fold_te = 2, we might have fold_va = [0,1] and fold_te = [2,3]. This would be a nice-to-have feature.