Skip to content

Commit 1fe9d19

Browse files
author
John Wu
committed
create interpret autodocs module
1 parent ce02081 commit 1fe9d19

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

docs/api/interpret.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Interpret Module
2+
3+
PyHealth provides specialized tools for interpreting deep models post-hoc.
4+
===============
5+
6+
.. toctree::
7+
:maxdepth: 3
8+
9+
interpret/pyhealth.interpret.methods.chefer
10+
11+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
pyhealth.interpret.methods.chefer
2+
===================================
3+
This method implements the Chefer et al. for interpreting transformer models in PyHealth.
4+
5+
Paper is available at https://arxiv.org/abs/2012.09838.
6+
7+
8+
.. autoclass:: pyhealth.interpret.methods.chefer
9+
:members:
10+
:undoc-members:
11+
:show-inheritance:
12+
13+
14+
15+
16+
17+

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ GRASP deep learning ``pyhealth.models.GRASP`
319319
api/metrics
320320
api/medcode
321321
api/calib
322-
322+
api/interpret
323323

324324
.. toctree::
325325
:maxdepth: 2

0 commit comments

Comments
 (0)