Replies: 1 comment 2 replies
-
|
Hi @CamDavidsonPilon , |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
So I trained a few parametric regression models. Through some scoring metrics, the coxph model with a piecewise equation had the best performance.
My data is looking at subscribers/churners who started from August 2022 to October 9th 2022. The maximum duration in Months is 14 for censored subjects.
I want to predict the additional months of survival for the censored subjects. I tried to use the coxph.predict_survival_function and pass in the duration column of the censored subjects. But I get this error:
Am i doing this right or is this an implementation issue regarding the coxph fitter?
Beta Was this translation helpful? Give feedback.
All reactions