-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
ENH Add eigh as a solver in MDS #22330
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
Open
Micky774
wants to merge
47
commits into
scikit-learn:main
Choose a base branch
from
Micky774:svd_in_mds
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
27868c6
Implement SVD-based method in MDS class
cba2700
Make requested changes
03954cf
Change name 'method' to 'solver'
3047960
Make another set of requested changes
ec66a71
Merge branch 'main' into svd_in_mds
Micky774 c8ec454
Added temporary benchmark notebook
Micky774 bdc70da
Updated solver selection logic
Micky774 8573ed3
Updated documentation and improved solver selection
Micky774 534bd23
Merge branch 'main' into svd_in_mds
Micky774 4c1b098
Updated docs that included old `default: ...` format
Micky774 94a7bfa
Updated whats_new
Micky774 48a003b
Undo `solver='auto'` change
Micky774 ca60660
Updated solver error message
Micky774 48b9d21
Corrected solver parameter documentation
Micky774 f4fa1fe
Merge branch 'main' into svd_in_mds
Micky774 0b63d80
Merge branch 'main' into svd_in_mds
Micky774 c8f0eca
Merge branch 'main' into svd_in_mds
Micky774 6042fa2
Removed depreciated tests
Micky774 8f3b8d4
Merge branch 'main' into svd_in_mds
Micky774 874739a
Linting w/ new version of Black
Micky774 450bcb4
Merge branch 'main' into svd_in_mds
Micky774 2b6e84c
Apply suggestions from code review
Micky774 e347dc9
Renamed solver from `svd` to `eigh` and added public reference
Micky774 092819a
Merge branch 'main' into svd_in_mds
Micky774 33e7690
Merge branch 'main' into svd_in_mds
Micky774 5e33d52
Reconciled changelogs
Micky774 e11126e
Merge branch 'main' into svd_in_mds
Micky774 d825245
Merge branch 'main' into svd_in_mds
Micky774 0e03893
Improved test
Micky774 fe23df2
Merge branch 'main' into svd_in_mds
Micky774 2dd78fa
Improved documentation and testing
Micky774 0f49a13
Significant improvements to user guide entry
Micky774 3570a59
Minor text correction
Micky774 51a684f
Extended documentation
Micky774 63a9f1c
Linting
Micky774 316a7e1
Merge branch 'main' into svd_in_mds
Micky774 ccec4e8
Merge branch 'main' into svd_in_mds
Micky774 e8eef36
Reconciled param validation changes and streamlined tests
Micky774 aa074a4
Reverting unnecessary diff
Micky774 595ca9d
Added clarifying comment to test
Micky774 12fbbe1
Adopted suggestion from @thisirs
Micky774 19cac39
Merge branch 'main' into svd_in_mds
Micky774 696448a
Merge branch 'main' into svd_in_mds
Micky774 88c0f1f
Merge branch 'main' into svd_in_mds
Micky774 9ae844f
Merge branch 'main' into svd_in_mds
Micky774 1b2ae3c
Merge branch 'main' into svd_in_mds
Micky774 6cd2ad8
Merge branch 'main' into svd_in_mds
Micky774 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
8000
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.