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

Locality Preserving Projection module for manifold learning #7

Open
adrinjalali opened this issue Mar 22, 2019 · 0 comments
Open

Locality Preserving Projection module for manifold learning #7

adrinjalali opened this issue Mar 22, 2019 · 0 comments

Comments

@adrinjalali
Copy link
Member

scikit-learn/scikit-learn#1628 proposes a new method to sklearn, but it's been stalled and it may be a better idea to include it here. This is for us to decide whether it's a good idea to have it, and if yes, then it shouldn't be too hard.

From the original PR:


This pull request adds a new module "Locality Preserving Projection" (LPP) to the manifold learning package. LPP is can be see as a linear approximation to the Laplacian Eigen Mapping. Unlike other manifold learning algorithms, LPP is a linear transformation and can be used like PCA.

Detail of LPP can be found in the following paper.
"X. He and P. Niyogi. Locality preserving projections. Advances in Neural Information Processing Systems 16 (NIPS 2003), 2003. Vancouver, Canada.".

Currently I finished main LPP module and added examples. The remained tasks are to write test codes and documents. Can any one suggest me a guideline to write unit-tests? I don't understand its manner.

Thank you.

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

No branches or pull requests

2 participants