Skip to content
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

Feature Request: PCA wrapper around CovMatrix which also supports transform methods #280

Open
schlichtanders opened this issue Mar 8, 2024 · 0 comments

Comments

@schlichtanders
Copy link

schlichtanders commented Mar 8, 2024

There is already CCIPCA, but it unfortunately does not support merge! and hence cannot be used on combination with DTables.jl.

It would be great to have a PCA Monoid which builds on top of CovMatrix (which thankfully supports merge!). It probably uses LinearAlgebra.svd to do the eigenvalue decomposition.

It should then support CCIPCA's extra functions like

OnlineStats.transform(o, data)
OnlineStats.fittransform!(o, moredata)
OnlineStats.relativevariances(o)     
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant