BIAPT / eeg-pain-detection

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

Make the feature extractor module from raw data #5

Closed yacineMahdid closed 4 years ago

yacineMahdid commented 4 years ago

This module should take the raw data and process them reliably to create a X data frame with the rows being the observation and the y the label we are trying to predict. Here we should leave the feature as raw as possible so that we can test multiple normalizaiton scheme and such.

yacineMahdid commented 4 years ago

The feature extractor is pretty much done, I just need to add in more feature as we go! Easily scalable to more features and to new participants :+1: