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

Sparse pca patch #5493

Merged
merged 32 commits into from
Aug 2, 2023
Merged

Sparse pca patch #5493

merged 32 commits into from
Aug 2, 2023

Commits on Jul 6, 2023

  1. Fixes for sparse PCA

    Intron7 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4943285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c76ede View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Update python/cuml/prims/stats/covariance.py

    Co-authored-by: Simon Adorf <sadorf@nvidia.com>
    Intron7 and csadorf committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    20ce7ec View commit details
    Browse the repository at this point in the history
  2. Update python/cuml/prims/stats/covariance.py

    Co-authored-by: Simon Adorf <sadorf@nvidia.com>
    Intron7 and csadorf committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ba8ed16 View commit details
    Browse the repository at this point in the history
  3. Update python/cuml/prims/stats/covariance.py

    Co-authored-by: Simon Adorf <sadorf@nvidia.com>
    Intron7 and csadorf committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    91eed9a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. pre-commit changes

    Intron7 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    67834aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7a0324 View commit details
    Browse the repository at this point in the history
  3. updated cov_sparse

    Intron7 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    75885fa View commit details
    Browse the repository at this point in the history
  4. added test_cov_sparse

    Intron7 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    00ef242 View commit details
    Browse the repository at this point in the history
  5. pre-commit update

    Intron7 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    572942c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Update python/cuml/prims/stats/covariance.py

    Co-authored-by: Simon Adorf <sadorf@nvidia.com>
    Intron7 and csadorf committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    39a95b9 View commit details
    Browse the repository at this point in the history
  2. made cov_sparse private

    Intron7 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5650ce1 View commit details
    Browse the repository at this point in the history
  3. call _cov_sparse from cov

    Intron7 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d08dff6 View commit details
    Browse the repository at this point in the history
  4. docstring fix

    Intron7 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    25b8563 View commit details
    Browse the repository at this point in the history
  5. updated test

    Intron7 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    39ded03 View commit details
    Browse the repository at this point in the history
  6. fixed typo with self.mean_

    Intron7 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0b293dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8df915 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    6a421e7 View commit details
    Browse the repository at this point in the history
  2. fixes issue number

    Intron7 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0024078 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    308e947 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    f5018fa View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    106b4c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Updated Tests

    Intron7 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9a3fb01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9155c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    7a58773 View commit details
    Browse the repository at this point in the history
  2. fixed bug with _cov_sparse

    Intron7 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b9d73b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    f744a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e24f187 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    a9c76b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b321a51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cca3f81 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    1b9a2f7 View commit details
    Browse the repository at this point in the history