Skip to content
Open
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 @@ -205,4 +205,5 @@ API Reference
models/pyhealth.models.TextEmbedding
models/pyhealth.models.BIOT
models/pyhealth.models.unified_multimodal_embedding_docs
models/pyhealth.models.SHy
models/pyhealth.models.califorest
9 changes: 9 additions & 0 deletions docs/api/models/pyhealth.models.SHy.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pyhealth.models.SHy
===================

Self-Explaining Hypergraph Neural Networks (SHy) for diagnosis prediction using longitudinal EHR data.

.. autoclass:: pyhealth.models.SHy
:members:
:undoc-members:
:show-inheritance:
3 changes: 2 additions & 1 deletion pyhealth/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@
from .sdoh import SdohClassifier
from .medlink import MedLink
from .unified_embedding import UnifiedMultimodalEmbeddingModel, SinusoidalTimeEmbedding
from .califorest import CaliForest
from .shy import SHy
from .califorest import CaliForest
Loading