From 063dcae365a2c660d6ddce658fa86866052e8c3b Mon Sep 17 00:00:00 2001 From: Gael Varoquaux Date: Fri, 14 Mar 2025 22:29:26 +0100 Subject: [PATCH] DOC: add skrub 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 5434b3b272259..ee32eb99597fb 100644 --- a/doc/related_projects.rst +++ b/doc/related_projects.rst @@ -241,6 +241,10 @@ Note scikit-learn own modern gradient boosting estimators As of scikit-learn version 1.3.0, there is :class:`~sklearn.preprocessing.TargetEncoder`. +- `skrub `_ : facilitate learning on dataframes, + with sklearn compatible encoders (of categories, dates, strings) and + more. + - `imbalanced-learn `_ Various methods to under- and over-sample datasets.