square / pysurvival

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

predict_survival function output #42

Open naadvar opened 3 years ago

naadvar commented 3 years ago

Does the predict_survival function predict from the beginning of the employee's tenure or do it automatically subtract the time observed till now.

I am trying to find something similar to the lifelines packages where they have the following : `predict_survival_function(X, conditional_after) where conditional after taking the tenure till date into account and give the probability of survival after that point