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

LOBPCG PCA - Truncated SVD #7

Open
wants to merge 76 commits into
base: master
Choose a base branch
from
Open

LOBPCG PCA - Truncated SVD #7

wants to merge 76 commits into from

Conversation

glemaitre
Copy link
Owner

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Any other comments?

lobpcg and others added 30 commits October 12, 2018 17:31
lobpcg added to test_singular_values in test_pca somehow results in 18 new warnings?
 residualTolerance must NOT be negative or zero
test_lobpcg_pca_check_projection
test_lobpcg_pca_check_list
test_lobpcg_pca_inverse
added to test_pca.
Notice that the matrix sizes are too small in all these 3 tests to actually run LOBPCG method.
digits.data.shape is (1797, 64), so with n_components=30 LOBPCG just calls eigh anyway, so no reason to set any tol.
rc and others added 30 commits November 5, 2018 10:12
master merge with destro latest
merge just updated local master into lobpcg_svd
1) edited heared
2) added for consistency from __future__ import..
master update with the latest
update lobpcg_svd with the latest master
update from latest master
lobpcg_svd update from the latest master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants