Self-Explaining Hypergraph Neural Networks for Diagnosis Prediction.#1033
Open
nmuralikrishnan wants to merge 4 commits intosunlabuiuc:masterfrom
Open
Self-Explaining Hypergraph Neural Networks for Diagnosis Prediction.#1033nmuralikrishnan wants to merge 4 commits intosunlabuiuc:masterfrom
nmuralikrishnan wants to merge 4 commits intosunlabuiuc:masterfrom
Conversation
…is Prediction Implements the SHy model from Yu et al. (CHIL 2025) as a PyHealth BaseModel. SHy uses per-patient hypergraphs with UniGIN message passing and temporal phenotype extraction for interpretable diagnosis prediction. Paper: https://proceedings.mlr.press/v287/yu25a.html Files added/modified: - pyhealth/models/shy.py: Core model implementation - pyhealth/models/__init__.py: Added SHy export - tests/core/test_shy.py: Functional test verifying model trains - docs/api/models/pyhealth.models.SHy.rst: Documentation - docs/api/models.rst: Added to index - examples/mimic3_diagnosis_prediction_shy.py: Ablation study
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR description must include all of the following:
pyhealth/models/shy.py— Core model implementation (SHy, SHyLayer, all subcomponents)pyhealth/models/__init__.py— Added SHy exporttests/core/test_shy.py— 15 unit tests with synthetic datadocs/api/models/pyhealth.models.SHy.rst— RST autodocdocs/api/models.rst— Added SHy to indexexamples/mimic3_diagnosis_prediction_shy.py— Ablation study script