This is the anonymous code for the ICDM 2025 submission "IRIS: Interpretable Risk Clustering Intelligence for Survival Analysis".
All required libraries are included in the conda environment specified by
requirements.txt. To install and activate it, follow the instructions below:
conda create -n IRIS # create an environment named "IRIS"
conda activate IRIS # activate environment
pip install -r requirements.txt # install required packages
python3 main.py