melloddy / SparseChem

Fast and accurate machine learning models for biochemical applications.
MIT License
53 stars 11 forks source link

Multiple folds as validation or test #7

Open wheyndri opened 1 year ago

wheyndri commented 1 year ago

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.