From 4791610d2ddf3b8f16c65867b2f36790b814a036 Mon Sep 17 00:00:00 2001 From: Rohan Singh <31292443+ygivenx@users.noreply.github.com> Date: Fri, 8 Apr 2022 16:03:03 -0700 Subject: [PATCH 1/2] Added python survival libraries --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38343a8..12566ce 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Further resources: - [Data Analysis / Data Visualization](#python-data-analysis--data-visualization) - [Misc Scripts / iPython Notebooks / Codebases](#python-misc-scripts--ipython-notebooks--codebases) - [Neural Networks](#python-neural-networks) + - [Survival Analysis](#python-survival-analysis) - [Federated Learning](#federated-learning) - [Kaggle Competition Source Code](#python-kaggle-competition-source-code) - [Reinforcement Learning](#python-reinforcement-learning) @@ -1346,6 +1347,11 @@ be * [Jina AI](https://jina.ai/) An easier way to build neural search in the cloud. Compatible with Jupyter Notebooks. * [sequitur](https://github.com/shobrook/sequitur) PyTorch library for creating and training sequence autoencoders in just two lines of code + +#### Python Survival Analysis +* [lifelines](https://github.com/CamDavidsonPilon/lifelines) - lifelines is a complete survival analysis library, written in pure Python +* [Scikit-Survival](https://github.com/sebp/scikit-survival) - scikit-survival is a Python module for survival analysis built on top of scikit-learn. It allows doing survival analysis while utilizing the power of scikit-learn, e.g., for pre-processing or doing cross-validation. + #### Federated Learning * [Flower](https://flower.dev/) - A unified approach to federated learning, analytics, and evaluation. Federate any workload, any ML framework, and any programming language. @@ -1474,7 +1480,6 @@ be * [CatBoost](https://github.com/catboost/catboost) - General purpose gradient boosting on decision trees library with categorical features support out of the box for R. * [Clever Algorithms For Machine Learning](https://machinelearningmastery.com/) * [CORElearn](https://cran.r-project.org/web/packages/CORElearn/index.html) - CORElearn: Classification, regression, feature evaluation and ordinal evaluation. -* [CoxBoost](https://cran.r-project.org/web/packages/CoxBoost/index.html) - CoxBoost: Cox models by likelihood based boosting for a single survival endpoint or competing risks **[Deprecated]** * [Cubist](https://cran.r-project.org/web/packages/Cubist/index.html) - Cubist: Rule- and Instance-Based Regression Modeling. * [e1071](https://cran.r-project.org/web/packages/e1071/index.html) - e1071: Misc Functions of the Department of Statistics (e1071), TU Wien * [earth](https://cran.r-project.org/web/packages/earth/index.html) - earth: Multivariate Adaptive Regression Spline Models From 03866575fca0dcd02d103496a3f65e7fa14e04da Mon Sep 17 00:00:00 2001 From: SinghR7 Date: Fri, 8 Apr 2022 16:14:17 -0700 Subject: [PATCH 2/2] add coxboost accidently removed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12566ce..c19f6d3 100644 --- a/README.md +++ b/README.md @@ -1480,6 +1480,7 @@ be * [CatBoost](https://github.com/catboost/catboost) - General purpose gradient boosting on decision trees library with categorical features support out of the box for R. * [Clever Algorithms For Machine Learning](https://machinelearningmastery.com/) * [CORElearn](https://cran.r-project.org/web/packages/CORElearn/index.html) - CORElearn: Classification, regression, feature evaluation and ordinal evaluation. +-* [CoxBoost](https://cran.r-project.org/web/packages/CoxBoost/index.html) - CoxBoost: Cox models by likelihood based boosting for a single survival endpoint or competing risks **[Deprecated]** * [Cubist](https://cran.r-project.org/web/packages/Cubist/index.html) - Cubist: Rule- and Instance-Based Regression Modeling. * [e1071](https://cran.r-project.org/web/packages/e1071/index.html) - e1071: Misc Functions of the Department of Statistics (e1071), TU Wien * [earth](https://cran.r-project.org/web/packages/earth/index.html) - earth: Multivariate Adaptive Regression Spline Models