Skip to content

PCA Components in Validation Step #335

@michaelku1

Description

@michaelku1

Hi, I noticed that the output of principal components should be (np.argmax(var > p) + 1).astype(np.float32) instead of np.argmax(var > p) due to zero-based index. Just a minor error when visualizing the true number of principal components.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions