pytorch / tutorials

PyTorch tutorials.
https://pytorch.org/tutorials/
BSD 3-Clause "New" or "Revised" License
8.1k stars 4.02k forks source link

💡 [REQUEST] - Tutorial on deep survival analysis using PyTorch & TorchSurv #2978

Open tcoroller opened 1 month ago

tcoroller commented 1 month ago

🚀 Describe the improvement or the new tutorial

TorchSurv is a Python package that serves as a companion tool to perform deep survival modeling within the PyTorch environment. Unlike existing libraries that impose specific parametric forms on users, TorchSurv enables the use of custom PyTorch-based deep survival models. With its lightweight design, minimal input requirements, full PyTorch backend, and freedom from restrictive survival model parameterizations, TorchSurv facilitates efficient survival model implementation, particularly beneficial for high-dimensional input data scenarios.

In this tutorial, we want to introduce how to easily use our package, from loss functions (Weibull and Cox model), evaluation metrics (concordance-index, AUC, Brier score) and statistical tools (Kaplan-Meier, estimator). This will enable Pytorch users to develop true survival model by changing few lines of code while using their favorite deep learning framework!

Existing tutorials on this topic

The tutorial will be adapted from our existing documentations:

Additional context

category: survival analysis

This work was made as part of the collaboration research between the FDA and Novartis

Further read:

svekars commented 1 month ago

@albanD - any thoughts on this?