8000 DOC add skrub to related projects by GaelVaroquaux · Pull Request #30996 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC add skrub to related projects #30996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/related_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://skrub-data.org>`_ : facilitate learning on dataframes,
with sklearn compatible encoders (of categories, dates, strings) and
more.

- `imbalanced-learn
<https://github.com/scikit-learn-contrib/imbalanced-learn>`_ Various
methods to under- and over-sample datasets.
Expand Down
0