Hi,
for the validation of my model, I wanted to do a parity plot. Currently there is no option for dumping the train/test/validation split the models do internally.
I have been discussing this with @abmazitov , and we came up with 2 possible solutions:
1) add a tutorial on that if the splits are necessary, the user should do them before training and feed the split in the model
2) Provide the option to dump the indices of the split as e.g. numpy arrays (not the files directly as they can be large for large datasets), maybe even just in the model evaluation with a separate keyword
Hi, for the validation of my model, I wanted to do a parity plot. Currently there is no option for dumping the train/test/validation split the models do internally. I have been discussing this with @abmazitov , and we came up with 2 possible solutions:
1) add a tutorial on that if the splits are necessary, the user should do them before training and feed the split in the model
2) Provide the option to dump the indices of the split as e.g. numpy arrays (not the files directly as they can be large for large datasets), maybe even just in the model evaluation with a separate keyword
Thoughts welcome