BIAPT / eeg-pain-detection

Repository for detection of pain from EEG brain signals using machine learning
5 stars 2 forks source link

Incorporate the new and old participants into the analysis pipeline #37

Closed yacineMahdid closed 4 years ago

yacineMahdid commented 4 years ago

Some participant data are still useful even if they are missing some eeg. They can serve to augment the number of windows even if they are not used in the LOSO.

We also have a batch of new data that should be incorporated in the hard drive + on the Beluga servers. This increase in the size of the dataset should help the classification.

I need to look in slack to get the data.


Participants to Salvage

There are lots of participant that were shared via slack should bring them inside our analysis

yacineMahdid commented 4 years ago

I have a bunch of participant that are rejected because I can't read some of their data, however since the pipeline is now set to not have to worry about missing data point in the feature engineering phase I can safely integrate them inside of the analysis.

yacineMahdid commented 4 years ago

Need to test the whole analysis with all participant on the Beluga cluster to make sure that nothing is crashing when we join the files at the end.

yacineMahdid commented 4 years ago

I need to add-in more participant that are scattered throughout our slack

yacineMahdid commented 4 years ago

We are still missing:

I had them in .mat format, but I need their .set format in order to incorporate them into my pipeline.

yacineMahdid commented 4 years ago

I got them all and ran it on the cluster successfully