I'd like to predict the remaining survival time with time-varying covariates using Python. I already used lifelines' CoxTimeVaryingFitter and would like to compare it to a decision tree based approach, such as Random Survival Forest. From this paper I understand, that the "normal" Random Survival Forest is not able to cope with time-varying covariates, but there are extensions to solve that. I could not find any solutions implemented in Python. Have I missed something? I'd also appreciate advice for other modules that can cope with time-varying covariates.
Asked
Active
Viewed 166 times
1
-
Hi there, I have the same question, and was wondering whether you were able to come up with a solution? – Test1234 Mar 31 '23 at 19:54
-
unfortunately not. Please let me know, if you have any solution – TiTo Apr 04 '23 at 08:35