neuromodulation / py_neuromodulation

Real-time analysis of intracranial neurophysiology recordings.
https://neuromodulation.github.io/py_neuromodulation/
MIT License
47 stars 11 forks source link

ECoG decoding example #353

Closed alessiaca closed 3 months ago

alessiaca commented 3 months ago

Hey py_neuromodulation team,

I just went through the "ECoG Movement decoding example" and noticed that in the text you write "Here, we show an example using the XGBOOST classifier." In the example code however, you use a linear regression model. model = linear_model.LinearRegression() It would be great for new useres if this would be consistent (for me personally it would be nice to have the example with XGBOOST because that is the one I want to use). Thank you very much in advance :)

timonmerk commented 3 months ago

Thanks a lot for comment @alessiaca!