-
Notifications
You must be signed in to change notification settings - Fork 12
[DOC] move references at the end of the examples #401
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
base: main
Are you sure you want to change the base?
Changes from all commits
47fbd78
ea58ca0
159674d
b3a73a6
2d074a4
603e7f6
6990fd5
a3b88fc
f85af4f
7702054
956a26e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -172,8 +172,8 @@ For Knockoffs Inference: | |
| :target: https://github.com/psf/black | ||
|
|
||
|
|
||
| References | ||
| ---------- | ||
| Bibliography | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why are you changing to Bibliography here?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Remi-Gau Can you just answer this question before merging this PR?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ------------ | ||
| .. bibliography:: ../tools/references.bib | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -403,7 +403,7 @@ def fit_importance(self, X, y, cv=None): | |
| Notes | ||
| ----- | ||
| Also sets the importances\_ and pvalues\_ attributes on the instance. | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this generated a warning in the doc build /home/circleci/project/src/hidimstat/distilled_conditional_randomization_test.py:383: SyntaxWarning: invalid escape sequence '_'
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thank you for the tips.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am sorry, I made a correction in PR #453, just for it because I was thinking that it was merged. |
||
| Also sets the ``importances_`` and ``pvalues_`` attributes on the instance. | ||
| See fit() and importance() for details on the underlying computations. | ||
| """ | ||
| if cv is not None: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.