Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Badges #23

Merged
merged 11 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeqc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: torchsurv-codeqc
name: "QC 🛠️"

on: [push]

Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
with:
name: docs.tar.gz
path: docs.tar.gz
retention-days: 5
retention-days: 5
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: torchsurv-docs-cicd
name: "Docs 📚"

on:
push:
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
touch .nojekyll # Prevents GitHub Pages from ignoring files that start with an underscore
git add .
git commit -m "Deploy GitHub Pages"
git push -f origin gh-pages
git push -f origin gh-pages
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

![CodeQC](https://github.com/Novartis/torchsurv/actions/workflows/codeqc.yml/badge.svg?branch=main)
![Docs](https://github.com/Novartis/torchsurv/actions/workflows/docs.yml/badge.svg?branch=main)
[![PyPI - Version](https://img.shields.io/pypi/v/torchsurv)](https://pypi.org/project/torchsurv/)
[![arXiv](https://img.shields.io/badge/arXiv-2404.10761-f9f107.svg)](https://arxiv.org/abs/2404.10761)
[![Documentation](https://img.shields.io/badge/GithubPage-Sphinx-blue)](https://opensource.nibr.com/torchsurv/)
[![Downloads](https://static.pepy.tech/badge/torchsurv)](https://pepy.tech/project/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.

Expand Down Expand Up @@ -219,4 +224,14 @@ If you have any questions, suggestions, or feedback, feel free to reach out the

If you use this project in academic work or publications, we appreciate citing it using the following BibTeX entry:

TEMPORARY PLACEHOLDER.
```
@misc{monod2024torchsurv,
title={TorchSurv: A Lightweight Package for Deep Survival Analysis},
author={Melodie Monod and Peter Krusche and Qian Cao and Berkman Sahiner and Nicholas Petrick and David Ohlssen and Thibaud Coroller},
year={2024},
eprint={2404.10761},
archivePrefix={arXiv},
primaryClass={cs.LG},
doi={https://doi.org/10.48550/arXiv.2404.10761}
}
```
Binary file modified docs/source/table_python_benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading