CamDavidsonPilon / lifelines

Survival analysis in Python
lifelines.readthedocs.org
MIT License
2.35k stars 557 forks source link

ROC curve #537

Open norbertstrzelecki opened 5 years ago

norbertstrzelecki commented 5 years ago

Hi @CamDavidsonPilon,

is it possible to use any lifelines-generated results to plot a ROC curves? Anything from Cox model?

Thanks for help, I'm still new to survival analysis and lifelines

CamDavidsonPilon commented 5 years ago

So no ROC curves, however the c-index (which is .score_ in the cox model) is analogous to the AUC in classification.