-
Notifications
You must be signed in to change notification settings - Fork 7
feat(stochtrace): Add LOO-based estimators of the diagonal #280
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
sethaxen
wants to merge
21
commits into
pnkraemer:main
Choose a base branch
from
sethaxen:xdiag_xnysdiag
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
21 commits
Select commit
Hold shift + click to select a range
ae1e74d
fix(stochtrace): Support pytrees in LOO estimators
sethaxen b910a7f
feat(backend): Add np.array_max
sethaxen 146632e
feat(backend): Add np.median
sethaxen e4f58b4
feat(stochtrace): Add XDiag
sethaxen 5528550
feat(stochtrace): Add XNysDiag
sethaxen 53f4f9c
feat(backend)!: Generate Hermitian matrix with random eigenvectors
sethaxen 490df1d
test: Use hermitian_matrix_from_eigenvalues in old tests
sethaxen e51123a
feat(backend): Remove old symmetric generator
sethaxen c5fda52
test(stochtrace): Use Hermitian generator in LOO diag tests
sethaxen aa7ac92
test(stochtrace): Use Hermitian generator
sethaxen 161ae92
test(stochtrace): Add helper functions for experiments
sethaxen 3822f36
test(stochtrace): Use helpers in existing x(nys)trace tests
sethaxen 973b918
test(stochtrace): Rename helpers file to conftest
sethaxen e7da6c8
test(stochtrace): Move shared nystrom fixture to conftest
sethaxen be3c045
test(stochtrace): Refactor xdiag tests to use cases
sethaxen b774331
test(stochtrace): Refactor xnysdiag tests to use cases
sethaxen 5698dc3
test(stochtrace): Remove xnysdiag pytest tests
sethaxen dadf7c3
refactor(test_util): Move eigenvalue helpers from conftest to test_util
sethaxen 80b7dd8
refactor(test_util): Add hermitian_matrix_eigvals_decaying/step helpers
sethaxen 3e93650
test(stochtrace): Replace nystrom fixture with direct parametrize
sethaxen 27e7445
test(stochtrace): Remove unnecessary __init__.py
sethaxen 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
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about including 0.7 in the arguments? We can also do this in the future as soon as we need to change it, but while we're at it...