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

PCA cookbook is out of date #579

Open
isaacovercast opened this issue Sep 22, 2024 · 0 comments
Open

PCA cookbook is out of date #579

isaacovercast opened this issue Sep 22, 2024 · 0 comments

Comments

@isaacovercast
Copy link
Collaborator

The pca cookbook is really nice, but there are a couple things that are outdated.

  • comps, var = pca.run() - run() doesn't return these anymore, it stores them inside the pca object as pcaxes and variances
  • pca.run_tsne() - The TSNE section of the cookbook does it by hand but we have a function to do this now which is not documented here (also run_umap()).
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