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

Features/1457 Add randomized SVD #1561

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Conversation

mrfh92
Copy link
Collaborator

@mrfh92 mrfh92 commented Jul 8, 2024

Due Diligence

  • General:
  • Implementation:
    • unit tests: all split configurations tested
    • unit tests: multiple dtypes tested
    • documentation updated where needed

Description

Adds randomized SVD and corresponding interface in PCA

Issue/s resolved: #1457

Type of change

  • New feature (non-breaking change which adds functionality)

Does this change modify the behaviour of other functions? If so, which?

yes (slightly, of PCA) / no (all other functionality)

@mrfh92 mrfh92 marked this pull request as ready for review August 12, 2024 13:30
Copy link
Contributor

Thank you for the PR!

Copy link
Contributor

Thank you for the PR!

Copy link
Contributor

Thank you for the PR!

1 similar comment
Copy link
Contributor

Thank you for the PR!

Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.17%. Comparing base (8b4d990) to head (14ca5e9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1561      +/-   ##
==========================================
+ Coverage   92.13%   92.17%   +0.03%     
==========================================
  Files          83       83              
  Lines       12165    12201      +36     
==========================================
+ Hits        11208    11246      +38     
+ Misses        957      955       -2     
Flag Coverage Δ
unit 92.17% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

Thank you for the PR!

Copy link
Contributor

Thank you for the PR!

Copy link
Contributor

Thank you for the PR!

Copy link
Contributor

Thank you for the PR!

mrfh92 and others added 6 commits October 4, 2024 16:02
Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Oct 4, 2024

Thank you for the PR!

2 similar comments
Copy link
Contributor

github-actions bot commented Oct 4, 2024

Thank you for the PR!

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Thank you for the PR!

@mrfh92
Copy link
Collaborator Author

mrfh92 commented Oct 4, 2024

@ClaudiaComito thanks for reading so carefully that you found all the typos I had overlooked 👍

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Thank you for the PR!

4 similar comments
Copy link
Contributor

github-actions bot commented Oct 4, 2024

Thank you for the PR!

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Thank you for the PR!

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Thank you for the PR!

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Thank you for the PR!

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Thank you for the PR!

@mrfh92 mrfh92 mentioned this pull request Oct 4, 2024
4 tasks
Copy link
Contributor

github-actions bot commented Oct 8, 2024

Thank you for the PR!

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Thank you for the PR!

Copy link
Contributor

github-actions bot commented Oct 9, 2024

Thank you for the PR!

Copy link
Contributor

@ClaudiaComito ClaudiaComito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks @mrfh92 !

Copy link
Contributor

Thank you for the PR!

Copy link
Contributor

Thank you for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ESAPCA relevant for the ESA-funded project "ESAPCA" high-level functions High-level machine-learning algorithms linalg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add randomized SVD/PCA
3 participants