-
Notifications
You must be signed in to change notification settings - Fork 370
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
SRNN Datapreprocessing script #124
base: harsha/reorg
Are you sure you want to change the base?
Conversation
@pushkalkatara is there any reason you preferred |
@metastableB |
@pushkalkatara Yes I am apprehensive about adding an extra dependency just for one script though I must admit I don't have an idea of how complex the code will become if we do plain numpy. Lets use |
@metastableB are you able to fix this using pandas? |
@pushkalkatara do you want me to take over or are you working on this? |
I can work on it. We would require to save the pandas data-frame in a format |
Thanks! Ah, I did not think this through. CSV will causes file sizes to bloat. It seems We might have to change the scripts to reflect the new files names. |
@pushkalkatara Any updates? |
@metastableB Yes, I'll make the changes today. |
2120eb9
to
7f90603
Compare
Hi @harsha-simhadri ,
this is a quick implementation of the script
process_google.py
.Also, I have checked SRNN and the accuracy is in the .ipynb of the PR.
Solves issue #122