Shu Hu, George H. Chen
Some of codes are extracted from FairSurv.
To install requirements:
pip install -r requirements.txt
python -u run_dro_cox.py --dataset FLC --model Linear --eps 0.15 --seed 7 > FLC_Linear_joint_dro_split.log 2>&1 &
python -u run_dro_cox.py --dataset FLC --model MLP --eps 0.3 --seed 7 > FLC_MLP_joint_dro_split.log 2>&1 &
python -u run_dro_cox.py --dataset SUPPORT --model Linear --eps 0.15 --seed 7 > SUPPORT_Linear_joint_dro_split.log 2>&1 &
python -u run_dro_cox.py --dataset SUPPORT --model MLP --eps 0.5 --seed 7 > SUPPORT_MLP_joint_dro_split.log 2>&1 &
python -u run_dro_cox.py --dataset SEER --model Linear --eps 0.2 --seed 7 > SEER_Linear_joint_dro_split.log 2>&1 &
python -u run_dro_cox.py --dataset SEER --model MLP --eps 0.15 --seed 7 > SEER_MLP_joint_dro_split.log 2>&1 &
python -u run_dro_cox_split.py --dataset FLC --model Linear --eps 0.1 --seed 7 > FLC_Linear_joint_dro_split.log 2>&1 &
python -u run_dro_cox_split.py --dataset FLC --model MLP --lr 0.0001 --eps 0.05 --seed 7 > FLC_MLP_joint_dro_split.log 2>&1 &
python -u run_dro_cox_split.py --dataset SUPPORT --model Linear --eps 0.15 --seed 7 > SUPPORT_Linear_joint_dro_split.log 2>&1 &
python -u run_dro_cox_split.py --dataset SUPPORT --model MLP --lr 0.0001 --eps 0.2 --seed 7 > SUPPORT_MLP_joint_dro_split.log 2>&1 &
python -u run_dro_cox_split.py --dataset SEER --model Linear --eps 0.15 --seed 7 > SEER_Linear_joint_dro_split.log 2>&1 &
python -u run_dro_cox_split.py --dataset SEER --model MLP --lr 0.0001 --eps 0.2 --seed 7 > SEER_MLP_joint_dro_split.log 2>&1 &
Setting dataset = 'FLC' in plot.py
python plot.py
Setting dataset = 'SUPPORT' in plot.py
python plot.py
Setting dataset = 'SEER' in plot.py
python plot.py
Please kindly consider citing our paper in your publications.
@inproceedings{hu2022distributionally,
title={Distributionally Robust Survival Analysis: A Novel Fairness Loss Without Demographics},
author={Hu, Shu and Chen, George H},
booktitle={Machine Learning for Health},
pages={62--87},
year={2022},
organization={PMLR}
}