square / pysurvival

Open source package for Survival Analysis modeling
https://www.pysurvival.io/
Apache License 2.0
350 stars 106 forks source link

Way to extend the survival curve beyond the range of the time buckets ? #7

Open mancunian1792 opened 5 years ago

mancunian1792 commented 5 years ago

Hi,

Currently the survival curve given by the model is limited only to the range of the time buckets. If i give a time that is outside the time bucket, the survival value is just the value of survival predicted for the last value in the bucket. So, basically survival probability flat lines after the range. Is there a way to extrapolate the model beyond it ?

Thanks