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

Does pycox has function for calculating variable importance? Didn't see this function inside the code Many thanks for your answer in advance

While torchtuples simplifies the interfaces of code usage quite a lot, it appears that the interface of functions highly depends on the implementation, as well as the semantics of torchtuples,...

enhancement

Hi guys, I have got the data about subscribers and their clicks on add from emails. Obviously, I have got time of click only in case of a subscriber followed...

Thanks for the great library! I'm training with an imbalanced dataset. In time-to-event prediction, is it reasonable to weigh positive examples, as can be done in the classification analog? If...

Hi, Thanks for the great work. I'm trying to build something on top of your work, but I would need to understand what each feature is for the datasets you...

Hello, I want to predict just duration (continues) on my test dataset, so I want one continues value for each row on my test dataset. How I can do this?...

Hi Havakv, great to have a meeting with you yesterday, you showed us the right direction to incorporate time-varying survival data. I am trying to incorporate time-varying survival data (or...

Great work here havakv, looks really modular and well thought out. I'm interested in using some of the time-to-event tools here with high dimensional imaging inputs. I've been building up...

Minimal example of CoxPH loss working with pytorch lightning in `lightning_coxph.py.` I've separately built this into my other scripts with integration within the torch lightning test step logic for easier...

Hi, Just wanted to ask if there was any plans on including the extension of DeepHit to panel data? The Dynamic-DeepHit method. Would be awesome for a couple of projects...