-
Couldn't load subscription status.
- Fork 446
create interpret autodocs module #530
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: master
Are you sure you want to change the base?
Changes from all commits
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 | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,11 @@ | ||||||||||||||||||||||
| Interpret Module | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| PyHealth provides specialized tools for interpreting deep models post-hoc. | ||||||||||||||||||||||
| =============== | ||||||||||||||||||||||
|
||||||||||||||||||||||
| Interpret Module | |
| PyHealth provides specialized tools for interpreting deep models post-hoc. | |
| =============== | |
| Interpret Module | |
| ================ | |
| PyHealth provides specialized tools for interpreting deep models post-hoc. |
Copilot
AI
Aug 4, 2025
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.
The underline length (15 characters) does not match the title 'Interpret Module' (16 characters including space). RST requires the underline to be at least as long as the title.
| =============== | |
| ================ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| pyhealth.interpret.methods.chefer | ||
| =================================== | ||
| This method implements the Chefer et al. method for interpreting transformer models in PyHealth. | ||
|
|
||
| Paper is available at https://arxiv.org/abs/2012.09838. | ||
|
|
||
|
|
||
| .. autoclass:: pyhealth.interpret.methods.chefer | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
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.
The title formatting is inconsistent. The title should not have a trailing space and the underline should match the title length.