Skip to content
Open
10 changes: 2 additions & 8 deletions docs/api/datasets/pyhealth.datasets.MIMIC3Dataset.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
pyhealth.datasets.MIMIC3Dataset
pyhealth.datasets.MIMIC3Dataset
===================================

The open Medical Information Mart for Intensive Care (MIMIC-III) database, refer to `doc <https://mimic.mit.edu/>`_ for more information. We process this database into well-structured dataset object and give user the **best flexibility and convenience** for supporting modeling and analysis.

.. autoclass:: pyhealth.datasets.MIMIC3Dataset
:members:
:undoc-members:
:show-inheritance:






:show-inheritance:
1 change: 1 addition & 0 deletions docs/api/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ Available Tasks
.. toctree::
:maxdepth: 3

AMA Prediction (MIMIC-III) <tasks/pyhealth.tasks.ama_prediction>
Base Task <tasks/pyhealth.tasks.BaseTask>
In-Hospital Mortality (MIMIC-IV) <tasks/pyhealth.tasks.InHospitalMortalityMIMIC4>
MIMIC-III ICD-9 Coding <tasks/pyhealth.tasks.MIMIC3ICD9Coding>
Expand Down
11 changes: 11 additions & 0 deletions docs/api/tasks/pyhealth.tasks.ama_prediction.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pyhealth.tasks.ama_prediction
=================================

Against-medical-advice (AMA) discharge on MIMIC-III using administrative
features only. Use with :class:`pyhealth.datasets.MIMIC3Dataset` and
``tables=[]`` unless you extend the cohort.

.. autoclass:: pyhealth.tasks.ama_prediction.AMAPredictionMIMIC3
:members:
:undoc-members:
:show-inheritance:
Loading