Project Description - Get started
This is the repository containing the Python and R scripts of the manuscript: "Predicting health-related quality of life for patients with gastroesophageal cancer".
These scripts can be used to train a risk prediction model (R scripts) and a sequential score model (Python scripts) for predicting health-related quality of life outcomes, as described in the manuscript.
- Clone the repository:
git clone https://github.com/IKNL/HRQoL-prediction-EGC.git
- Install requirements:
pip install requirements.txt

