This project implements and evaluates causal GNNs against non-causal baseline on synthetic and real world medical data.
- Python 3.12
- Clone the repository
- Create a virtual environment (Optional):
conda create -n project_name python=3.12
conda activate project_name- Install dependencies:
pip install -r requirements.txtTo reproduce any of the results from the project, go to the experiments folder and run the relevant script. The real world data used in this project is sensitive and so cannot be accessed. To reproduce the synthetic experiments first go to src/data_preprocessing/synthetic_data.py and run that script to generate the synthetic data files.
MIT License - see LICENSE file for more information.