-
Notifications
You must be signed in to change notification settings - Fork 37
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
Component projection #124
base: main
Are you sure you want to change the base?
Component projection #124
Conversation
Ensures PCA reconstructs data Ensures ICA uses same subspace as PCA via recontruction
This already looks great! I just removed a bit of whitespace and merged the master in such that the automatic checks are passed here. I think it would be great if you could extend your components object a bit such that it can take a Dataset object as a starting point as well and then can also return a dataset object with the corresponding descriptors. |
Here is an overview of what got changed by this pull request: Issues
======
- Added 2
Complexity increasing per file
==============================
- tests/test_components.py 2
- pyrsa/data/components.py 3
See the complete overview on Codacy |
Code to calculate RDMs on data subspaces