pycox icon indicating copy to clipboard operation
pycox copied to clipboard

Survival analysis with PyTorch

Results 83 pycox issues
Sort by recently updated
recently updated
newest added

Hi, first of all, thank you so much for your great job! I have two requests in Pycox: 1) Is it possible to get 95% confidence interval of time-dependent C-index...

I want to use your timd-dependent C-index instead of time-dependent AUC. However, I could not tell what is the reason to use time-dependent C-index instead of time-dependent AUC, which seems...

Hi Thanks for developing this package. It is really useful. In the "DeepHitSingle" class, What's the differences between "predict", "predict_surv", and "predict_surv_df"?

Are there any option to implement Deep Learning on time varying? Any notebook o code? Thanks!

Hi, I am trying to use the deephit model from pycox with img as input and I get following error regarding rank_mat, with in the fit_dataloader() File "train.py", line 210,...

Hi Havakv, thank you so much for your great work! I'd like to know how to feed the pycox model multiple inputs? Specifically, I want to use image and gene...

Hi! I have a very odd problem. I am trying to work with three different time-to-event variables and I am trying to discrete them. I am using this code based...

We are using Pycox - CoxPH Model to find out hazard ratio of each genetic mutations. So, we put presence of each genetic mutations as 1 or 0 in x,...

Hi! I am trying to extend the tutorials 3 and 4 to implement the Logistic Hazard loss in a Graph Neural Network for Graph-level prediction of survival. This is the[...

Hi, May I ask if there is a way to predict log partial hazard from DeepSurv or other models? Thanks,

enhancement
good first issue