Python package for covariance matrices manipulation and Biosignal classification
pyRiemann
pyRiemann is a python package for covariance matrices manipulation and classification through Riemannian geometry.
The primary target is classification of multivariate biosignals, like EEG, MEG or EMG.
This is work in progress … stay tuned.
This code is BSD-licenced (3 clause).
Documentation
The documentation is available on http://pyriemann.readthedocs.io/en/latest/
Install
Using PyPI
pip install pyriemann
or using pip+git for the latest version of the code :
pip install git+https://github.com/pyRiemann/pyRiemann
Anaconda is not currently supported, if you want to use anaconda, you need to create a virtual environment in anaconda, activate it and use the above command to install it.
From sources
For the latest version, you can install the package from the sources using the setup.py script
python setup.py install
or