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 Havard. I have some MRI images from liver. All of them contain tumors. I wanted to predict the survival functions from these images. for images there was one example...

Hi Havard. I wanted to use Logistichazard that is based on Nnet_survival. I couldnt find the architecture of this net. In which file I can understand the architecture? In addition...

Hi Havard. I have 56, 3d MRI images(NIFTI). I preprocessed them with Monai library. I made data loader for them. dl_train = DataLoader(dataset_train, batch_size=10, shuffle=True, collate_fn=collate_fn) dl_val = DataLoader(dataset_val, batch_size=10,...

Hi @havakv ! I was in touch a few months ago to do a GNN implementation to use pycox losses in that setting. I am moving to a real-world dataset...

Hi ! Many thanks for this great work! I'm wondering can we have a simple example of applying saliency map or grad-cam on pycox (or torchtuples) models? or a simple...

Dear @havakv Sir, first of all I want to say thank you for maintaining this amazing python package for survival analysis! However, I am trying to apply SHAP (https://github.com/slundberg/shap), a...

enhancement

I have prepared this pull request to make the package more compatible with 16bit training and deterministic training. In the `models.utils.log_softplus` I added a simple line to save the input...

Hi, thanks for this helpful package! When I tried to do experiments on flchain dataset, it returns: urllib.error.HTTPError: HTTP Error 404: Not Found Could you check that. Thanks a lot!

Thank you for developing such a useful package and also maintaining it over time. I was wondering if there is a way to use the loss functions as vanilla loss...