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

Because x_train is too large to be uploaded on GPU (RTX 3090, 24GB), calling model.fit (x_train, y_train) cannot train the model. Is there any way around instead of using model.fit...

I have sequential data where I aim to predict the survival rate or event rate for each timestep t within a sequence. Each timestep contains multiple features, making it a...

i have some ordinal categorical covariates in my dataset, is there any restriction to apply them to the model?