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

Need to split time series data into train/val/test, but cannot shuffle #44

Open
Cavernoso opened this issue Jan 5, 2023 · 0 comments
Open

Comments

@Cavernoso
Copy link

As I am working with time series data, the information cannot be shuffled.
Data volume is to big and therefore, I will use keras.train_on_batch since loading full dataset into RAM memory is not feasible.
Spliting the data into train, test and validation folders would be helpfull. I am trying to use the split-folder library, but I could not identify how to avoid the shuffling process. Is it possible de-activate the shuffle?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant