Open norbertstrzelecki opened 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
So no ROC curves, however the c-index (which is .score_ in the cox model) is analogous to the AUC in classification.
.score_
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