-
Notifications
You must be signed in to change notification settings - Fork 6
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
Knockoffs(1/4): add comments and docstring of the functions #128
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #128 +/- ##
==========================================
+ Coverage 81.70% 82.88% +1.17%
==========================================
Files 43 39 -4
Lines 2312 2366 +54
==========================================
+ Hits 1889 1961 +72
+ Misses 423 405 -18 ☔ View full report in Codecov by Sentry. |
Some modifications of the code were done following the issue #125. |
model_x_knockoff_filter | ||
model_x_knockoff_pvalue | ||
model_x_knockoff_bootstrap_quantile | ||
model_x_knockoff_bootstrap_e_value |
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.
Are all these functions meant to be public ?
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.
Yes, they should be public.
Small modification Co-authored-by: bthirion <[email protected]>
I merge the function model_x_knockoff and model_x_knockoff_aggregation together for having a unique function. |
LMK when you want another review |
I aggregated most of the file for knockoff in one file.
I separate the main method from the computation of p_value and e_value and associate tests.