You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
add a tutorial on that if the splits are necessary, the user should do them before training and feed the split in the model
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
The text was updated successfully, but these errors were encountered:
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:
add a tutorial on that if the splits are necessary, the user should do them before training and feed the split in the model
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
The text was updated successfully, but these errors were encountered: