pyriemann.classification.TSclassifier

External Email - Use Caution

Hi all,
Why pyriemann TS Classifier from pyriemann.classification.TSclassifier
which is logistic regression classifier performs better than the csp(common
spatial patterns)+logistic regression classifier especially in the case of
multi-classification?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190306/cb1898a8/attachment.html

External Email - Use Caution

hi,

it's not using the same input features for the logistic regression.
It's not surprising that pyriemann offers improved performance.
See published literature on this topic.

HTH
Alex

External Email - Use Caution

Hi

CSP is a spatial filter, so it removes information. When there are many
classes, this can be a bad strategy.

HTH
JR