bci-challenge-ner-2015 icon indicating copy to clipboard operation
bci-challenge-ner-2015 copied to clipboard

Code and documentation for the winning solution to the BCI Challenge @ NER 2015 : https://www.kaggle.com/c/inria-bci-challenge

Results 5 bci-challenge-ner-2015 issues
Sort by recently updated
recently updated
newest added

Hi! I'm interested in the BCI Challenge ner 2015 and I found your solution. I read your preproc.py code and found the line: `Meta2 = pd.read_csv('metadata.csv')` but I couldn't find...

mldl@mldlUB1604:~/ub16_prj/bci-challenge-ner-2015/preproc$ python preproc.py ../data/train/Data_S02_Sess01.csv Traceback (most recent call last): File "preproc.py", line 60, in X.append(sigF[idx:idx+epoc_window,:]) TypeError: slice indices must be integers or None or have an __index__ method

RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This probably means that you are not using fork to...

I'm looking at how you solved the 2015 BCI challenge to learn about BCI and data processing. To make the code run, I had to change some of the functions...