Summary
Add support for validation sets to quantile splitter
Motivation
Users may want to tune hyperparameters by using a validation fold, but this is not yet supported by the quantile splitter.
Proposed solution
Couple of options. Might make most sense to further divide the test set in val + test.
Summary
Add support for validation sets to quantile splitter
Motivation
Users may want to tune hyperparameters by using a validation fold, but this is not yet supported by the quantile splitter.
Proposed solution
Couple of options. Might make most sense to further divide the test set in val + test.