Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoroller committed Oct 22, 2024
1 parent f6d624c commit 298028f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ https://anaconda.org/conda-forge/torchsurv)

`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.

If you find this repository useful, please consider giving a star! ⭐

## TL;DR

Our idea is to **keep things simple**. You are free to use any model architecture you want! Our code has 100% PyTorch backend and behaves like any other functions (losses or metrics) you may be familiar with.
Expand Down Expand Up @@ -45,6 +47,7 @@ cindex.p_value(method="noether", alternative="two_sided")
cindex.compare(cindexB)
```


## Installation and dependencies


Expand Down

0 comments on commit 298028f

Please sign in to comment.