Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from RaphaelS1/add_john
Browse files Browse the repository at this point in the history
add John as author
  • Loading branch information
bblodfon authored Apr 4, 2024
2 parents f716bfc + dcce9b0 commit 9c78ea6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Authors@R:
family = "Sonabend",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9225-4654")))
comment = c(ORCID = "0000-0001-9225-4654")),
person(given = "John",
family = "Zobolas",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3609-8674")))
Description: Implementations of classical and machine learning models for survival analysis, including deep neural networks via 'keras' and 'tensorflow'. Each model includes a separated fit and predict interface with consistent prediction types for predicting risk, survival probabilities, or survival distributions with 'distr6' <https://CRAN.R-project.org/package=distr6>. Models are either implemented from 'Python' via 'reticulate' <https://CRAN.R-project.org/package=reticulate>, from code in GitHub packages, or novel implementations using 'Rcpp' <https://CRAN.R-project.org/package=Rcpp>. Novel machine learning survival models wil be included in the package in near-future updates. Neural networks are implemented from the 'Python' package 'pycox' <https://github.com/havakv/pycox> and are detailed by Kvamme et al. (2019) <https://jmlr.org/papers/v20/18-424.html>. The 'Akritas' estimator is defined in Akritas (1994) <doi:10.1214/aos/1176325630>. 'DNNSurv' is defined in Zhao and Feng (2020) <arXiv:1908.02337>.
License: MIT + file LICENSE
URL: https://github.com/RaphaelS1/survivalmodels/
Expand Down
5 changes: 5 additions & 0 deletions man/survivalmodels-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c78ea6

Please sign in to comment.