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/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ Available Datasets
datasets/pyhealth.datasets.PhysioNetDeIDDataset
datasets/pyhealth.datasets.TUABDataset
datasets/pyhealth.datasets.TUEVDataset
datasets/pyhealth.datasets.CCEPECoGDataset
datasets/pyhealth.datasets.ClinVarDataset
datasets/pyhealth.datasets.COSMICDataset
datasets/pyhealth.datasets.TCGAPRADDataset
Expand Down
9 changes: 9 additions & 0 deletions docs/api/datasets/pyhealth.datasets.CCEPECoGDataset.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pyhealth.datasets.CCEPECoGDataset
=================================

The open CCEP ECoG dataset of electrocorticography (ECoG) recordings from patients undergoing epilepsy surgery, refer to `OpenNeuro <https://openneuro.org/datasets/ds004080>`_ for more information.

.. autoclass:: pyhealth.datasets.CCEPECoGDataset
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/api/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,5 @@ API Reference
models/pyhealth.models.BIOT
models/pyhealth.models.unified_multimodal_embedding_docs
models/pyhealth.models.califorest
models/pyhealth.models.SPESResNet
models/pyhealth.models.SPESTransformer
9 changes: 9 additions & 0 deletions docs/api/models/pyhealth.models.SPESResNet.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pyhealth.models.SPESResNet
==========================

Multi-scale 1D ResNet for electrode-level seizure onset zone localization from CCEP ECoG data.

.. autoclass:: pyhealth.models.SPESResNet
:members:
:undoc-members:
:show-inheritance:
9 changes: 9 additions & 0 deletions docs/api/models/pyhealth.models.SPESTransformer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pyhealth.models.SPESTransformer
================================

CNN-Transformer hybrid for electrode-level seizure onset zone localization from CCEP ECoG data.

.. autoclass:: pyhealth.models.SPESTransformer
:members:
:undoc-members:
:show-inheritance:
4 changes: 4 additions & 0 deletions docs/api/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,11 @@ Available Tasks
COVID-19 CXR Classification <tasks/pyhealth.tasks.COVID19CXRClassification>
DKA Prediction (MIMIC-IV) <tasks/pyhealth.tasks.dka>
Drug Recommendation <tasks/pyhealth.tasks.drug_recommendation>
EEG Abnormal <tasks/pyhealth.tasks.EEG_abnormal>
EEG Events <tasks/pyhealth.tasks.EEG_events>
Localize Siezure Onset Zone (SOZ) <tasks/pyhealth.tasks.LocalizeSOZ>
Length of Stay Prediction <tasks/pyhealth.tasks.length_of_stay_prediction>
Localize Seizure Onset Zone (SOZ) <tasks/pyhealth.tasks.LocalizeSOZ>
Medical Transcriptions Classification <tasks/pyhealth.tasks.MedicalTranscriptionsClassification>
Mortality Prediction (Next Visit) <tasks/pyhealth.tasks.mortality_prediction>
Mortality Prediction (StageNet MIMIC-IV) <tasks/pyhealth.tasks.mortality_prediction_stagenet_mimic4>
Expand Down
7 changes: 7 additions & 0 deletions docs/api/tasks/pyhealth.tasks.LocalizeSOZ.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pyhealth.tasks.LocalizeSOZ
==========================

.. autoclass:: pyhealth.tasks.localize_soz.LocalizeSOZ
:members:
:undoc-members:
:show-inheritance:
Loading