sepandhaghighi / pycm

Multi-class confusion matrix library in Python
http://pycm.io
MIT License
1.45k stars 124 forks source link

adding concordance index and Brier score to overall/class statistics depicted for survival model predictions #553

Open myacinecoding opened 2 months ago

myacinecoding commented 2 months ago

The concordance index and Brier score are commonly used calibration and discrimination metrics for survival analysis/time to event models. The concordance index is a metric similar to AUC that also accounts for right censoring. I would really appreciate adding these. in the calculated class/overall statistics. Thank you.

Examples shown in the scikit code for survival forests: https://scikit-survival.readthedocs.io/en/stable/user_guide/evaluating-survival-models.html