This is ARTEMIS, a system for finding suitable alarm policies in intensive care units.
src/artemis
contains the module's source codeexamples
contains Jupyter notebooks that demonstrate ARTEMIS's usage
To make this run, you need to:
- Install required Python modules via
pip install -r requirements.txt
- Place the demo data in the
../../physionet.org
(or somewhere else and adjust the path)
To download the demo data, please refer to the instruction on the PhysioNet site.
The instructions ask you to run wget -r -N -c -np https://physionet.org/files/eicu-crd-demo/2.0.1/
which automatically creates the proper file structure.
After downloading the data, you can run the Jupyter notebooks in the examples
folder, to see how ARTEMIS works.