From bec09a45dcec936dcdaa43cfe324f00920a1f281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Fri, 19 Mar 2021 19:02:52 +0100 Subject: [PATCH] DOC Add scikit-survival to related projects --- doc/related_projects.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/related_projects.rst b/doc/related_projects.rst index 52d008d27a183..e992097853d84 100644 --- a/doc/related_projects.rst +++ b/doc/related_projects.rst @@ -266,6 +266,10 @@ Other packages useful for data analysis and machine learning. - `Seaborn `_ Visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics. +- `scikit-survival `_ A library implementing + models to learn from censored time-to-event data (also called survival analysis). + Models are fully compatible with scikit-learn. + Recommendation Engine packages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~