jaredleekatzman / DeepSurv

DeepSurv is a deep learning approach to survival analysis.
MIT License
584 stars 173 forks source link

Survival Probability at Specific Time Points #38

Open koji1225shasha opened 6 years ago

koji1225shasha commented 6 years ago

Can deepsurv calculate probabilities of survival at specific time points? When deepsurv recommends Treatment A over Treatment B, I would like to know point estimates with 95% confidence interval at specific time points? It would be easier to understand if deepsurv can produce numbers as below: Treatment A: 1-year survival 94.5% (95% CI, 90.1-98.9) Treatment B: 1-year survival 85.3% (95% CI, 80.1-89.5) If possible, could you provide a code for this?