Skip to content

Implement PCA loadings #12

Description

@jediknight6

Add a pca_loadings() function that returns the contribution of each original feature to each principal component.

PCA is an unsupervised dimensionality-reduction technique. While explained variance shows how much variance each component captures, PCA loadings help explain which original columns contribute most to those components. This would make Percentify’s PCA utilities more interpretable and useful for exploratory data analysis before model training.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions