Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.62 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.62 KB

Official Repository for "Ultra-efficient causal deep learning for Dynamic CSA-AKI Detection Using Minimal Variables"

medRxiv Colab Website

✍️ Paper summary

REACT (Real-time Evaluation and Anticipation with Causal disTillation): a causal deep learning approach that combines the universal approximation abilities of neural networks with causal discovery to develop REACT, a reliable and generalizable model to predict a patient's risk of developing CSA-AKI within the next 48 hours.

User-friendly website

Try dynamic early alerts of CSA-AKI at web-based platform.

Running the code on Google Colab

Run our example at Google Colab to see how REACT works on simulated data.

Running the code locally

Clone the repository

git clone [email protected]:jarrycyx/UNN.git
cd UNN/REACT

Setup the environment

conda create -n react_env python=3.8
conda activate react_env
pip install -r requirements.txt

Run the notebook

You can run the notebook run_example.ipynb to see how REACT works on simulated data.

😘 Citation

If you use this code, please consider citing our work.