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

Create class that prepares data to be used by the model #9

Open
knasti opened this issue Feb 16, 2018 · 0 comments
Open

Create class that prepares data to be used by the model #9

knasti opened this issue Feb 16, 2018 · 0 comments

Comments

@knasti
Copy link
Owner

knasti commented Feb 16, 2018

Right now we have a class (PopHelper) that prepares data for training and testing. In addition to this class, we need to have another that prepare data to be used by the model such as taking care of SSP data and keeping track of all the batches position so we can stitch them together afterward.

knasti added a commit that referenced this issue Feb 21, 2018
The PopHelper class has now been divided into PrepData and PrepTrainTest. Related to issue #9.
knasti added a commit that referenced this issue Mar 6, 2018
The DataLoader object loads all files with a specific extension in the given directory. All the loaded files are stored in ascending order to keep track of the data's year. Issue #9.
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