Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ We implement the following models for supporting multiple healthcare predictive
models/pyhealth.models.SafeDrug
models/pyhealth.models.MoleRec
models/pyhealth.models.Deepr
models/pyhealth.models.EHRMamba
models/pyhealth.models.ContraWR
models/pyhealth.models.SparcNet
models/pyhealth.models.StageNet
Expand Down
14 changes: 14 additions & 0 deletions docs/api/models/pyhealth.models.EHRMamba.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pyhealth.models.EHRMamba
===================================

EHRMamba: Mamba/SSM-based foundation model for electronic health records. Uses a single callable MambaBlock and the complete EHRMamba model compatible with PyHealth tasks and Trainer.

.. autoclass:: pyhealth.models.MambaBlock
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: pyhealth.models.EHRMamba
:members:
:undoc-members:
:show-inheritance:
Loading