-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/visualization #258
Feat/visualization #258
Conversation
add method to_xyz to math.py
- revert changes to classification.py - lint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments.
Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
doc/requirements.txt
Outdated
@@ -17,6 +17,6 @@ qiskit-optimization==0.5.0 | |||
qiskit-aer==0.12.2 | |||
scipy==1.11.4 | |||
moabb>=1.0.0 | |||
pyriemann==0.5 | |||
git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you apply the same modification in setup.py ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, I don't think it will be possible to publish on pypi if we point to the dev version in the setup.py.
Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
Thanks @qbarthelemy ! |
Create a module to hold our visualization utils:
distances histogram (by @qbarthelemy)
scatter plot of the distances:
plot SPDs matrices in 3d cartesian coordinates: