Cross validation layer #42
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
R&D: library
Research and (re-)design a library component
Looking over the
Dataloader
code, I immediately thought about integrating a private dataset to play with some haskell code. This made me wonder if anyone has thought about adding a cross-validation layer on top of it. For some cannonical datasets, there are defined splits (test, train, validation), but for others, one would need to define these.It would be nice if there were some code that could allow one to partition some given data according to
k-folds
andleave-p-out
. In the case of timeseries datasets, you'd have to make sure the that the partitions respect the temporal ordering.The text was updated successfully, but these errors were encountered: