alexandrebarachant / bci-challenge-ner-2015

Code and documentation for the winning solution to the BCI Challenge @ NER 2015 : https://www.kaggle.com/c/inria-bci-challenge
GNU General Public License v3.0
190 stars 75 forks source link

Change some functions to work with latest libraries #2

Open willianrampazzo opened 6 years ago

willianrampazzo commented 6 years ago

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 to work with newest libraries.

In case you want to keep your project current, I made a patch and attached here, so it is easy for you to apply.

patch.txt

Best regards, Willian

alexandrebarachant commented 6 years ago

Awesome. Can you make a pull request with your patch ?

willianrampazzo commented 6 years ago

Done!