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

Add Sparse PCA via Regularized SVD #173

Open
nicrie opened this issue Jul 19, 2024 · 0 comments
Open

Add Sparse PCA via Regularized SVD #173

nicrie opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or enhancement

Comments

@nicrie
Copy link
Contributor

nicrie commented Jul 19, 2024

Is your feature request related to a problem? Please describe.
I often need to extract dominant patterns of variability from data sets. However, standard PCA is hard to interpret due to its dense solutions. Rotated PCA has been used traditionally but is ad-hoc. Modern methods add penalties or constraints (L0 or L1 norms) to induce sparsity in the components, improving interpretability. Sparse PCA by Erichson et al. (2020) is one such approach, but there are many others.

Describe the solution you'd like
Include Sparse PCA via regularized SVD (sPCA-rSVD) by Shen and Huang (2008)

Describe alternatives you've considered
Many other approaches exist, but they are often computationally intensive.

Additional context
None.

@nicrie nicrie added the enhancement New feature or enhancement label Jul 19, 2024
@nicrie nicrie self-assigned this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant