This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Datset Preprocessing #10
Comments
Hi! sorry I am not sure what do you mean by pandas? But data preprocssing scripts can be found in |
Pandas is a data analysis library in python used to build dataframes. I was actually asking for instructions on how to build the dataset in the format where one column corressponds to EEG signals and another one to text so that I can create seq2seq models that take EEG as input and generate text |
Actually, I figured it out! After creating train_set and dev_set, I just used this snippet of code:
|
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Hello. As far as I understand, you are storing the data in a pandas dataframe with one column corressponding to EEG signals and the other to text and then converting EEG signals to text, correct? Could you elaborate more on how you've achieved this dataset format so that others can organize the dataset the same way?
The text was updated successfully, but these errors were encountered: