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.