Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for dumping training/test/val split #378

Open
HannaTuerk opened this issue Nov 5, 2024 · 1 comment
Open

Option for dumping training/test/val split #378

HannaTuerk opened this issue Nov 5, 2024 · 1 comment
Labels
Discussion Issues to be discussed by the contributors Priority: Low Non-urgent issues to handle last.

Comments

@HannaTuerk
Copy link

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

@HannaTuerk HannaTuerk added Priority: Low Non-urgent issues to handle last. Discussion Issues to be discussed by the contributors labels Nov 5, 2024
@frostedoyster
Copy link
Collaborator

I would add the tutorial, but saving the npy in the outputs directory is also an option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Issues to be discussed by the contributors Priority: Low Non-urgent issues to handle last.
Projects
None yet
Development

No branches or pull requests

2 participants