-
Notifications
You must be signed in to change notification settings - Fork 12
Reformat the gaussian conditional sampler #366
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
Merged
lionelkusch
merged 50 commits into
mind-inria:main
from
lionelkusch:PR_gaussian_reformat
Oct 15, 2025
Merged
Changes from 44 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
190300d
gaussian distribution reformat
lionelkusch b576522
fix knockoff
lionelkusch 8f4e032
move conditional sampler in statistical tools
lionelkusch 9429418
move test from knockoff
lionelkusch 81f2fb0
move test in right folder
lionelkusch 17eabee
remove gaussian
lionelkusch 0bac34a
remove unsed import
lionelkusch b965f13
fix center to knockoff
lionelkusch 7e29c97
Change name of GaussianDistribution
lionelkusch 8654269
remove parameter assumed_centerd of tests
lionelkusch afe9915
change the way of using the randomgenerator
lionelkusch bd3b77a
Apply suggestions from code review
lionelkusch d8e9f5c
reformat docstring
lionelkusch 013bd63
Update test/statistical_tools/test_gaussian_knockoffs.py
lionelkusch 140dc6e
improve tests
lionelkusch 7d04afd
Merge branch 'main' into PR_gaussian_reformat
lionelkusch d26ce91
Apply suggestions from code review
lionelkusch 87c4e6e
add assert
lionelkusch 90f8455
fix tests
lionelkusch 785eebc
Improve test
lionelkusch 72eb6e8
Merge branch 'main' into PR_gaussian_reformat
lionelkusch 22bdd4b
remove not necessary test
lionelkusch 9429c2a
Update the conditioal sampler for new fit signature
lionelkusch 846f1ca
Merge branch 'main' into PR_gaussian_reformat
lionelkusch 4dfd677
fix test
lionelkusch c5e1e76
fix isort
lionelkusch 45bb053
fix examples
lionelkusch 7e73c2a
fix documentation
lionelkusch 8936703
fix documentation
lionelkusch 03f914c
update the user guide.
lionelkusch a18fa8f
try to fix the end of file
lionelkusch 53b36d9
Merge branch 'main' into PR_gaussian_reformat
lionelkusch 8ef5c06
Apply suggestion from @bthirion
lionelkusch 82e50e5
Merge branch 'main' into PR_gaussian_reformat
lionelkusch 720cf44
update makefile
lionelkusch 410cefc
Add comment
lionelkusch 8b96194
update command
lionelkusch dde7b47
[skip tests]
lionelkusch 611d0ec
fix makefile
lionelkusch c92911f
[skip tests]
lionelkusch 46b8358
change signature of sample
lionelkusch bd7ace1
remove fix
lionelkusch 0b67d3c
Merge branch 'main' into PR_gaussian_reformat
lionelkusch 5cd94f3
remove documentation
lionelkusch e3450ec
Update src/hidimstat/statistical_tools/gaussian_knockoffs.py
lionelkusch b5847a1
Update src/hidimstat/statistical_tools/gaussian_knockoffs.py
lionelkusch 9f1ca5a
Update src/hidimstat/statistical_tools/gaussian_knockoffs.py
lionelkusch 285690c
Update src/hidimstat/statistical_tools/gaussian_knockoffs.py
lionelkusch 2f8b0ba
format file
lionelkusch 43be183
add test with repeat
lionelkusch 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,4 +21,3 @@ Table of contents | |
| visualization.rst | ||
| grouping.rst | ||
| high_dimension.rst | ||
|
|
||
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 was deleted.
Oops, something went wrong.
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
lionelkusch marked this conversation as resolved.
Show resolved
Hide resolved
|
File renamed without changes.
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.