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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions