8000 DOC/MNT remove sklearn-evaluation and py-earth by lorentzenchr · Pull Request #30997 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC/MNT remove sklearn-evaluation and py-earth #30997

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 2 commits 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
12 changes: 2 additions & 10 deletions doc/related_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ enhance the functionality of scikit-learn's estimators.
the objects that EvalML creates use an sklearn-compatible API.

- `MLJAR AutoML <https://github.com/mljar/mljar-supervised>`_
Python package for AutoML on Tabular Data with Feature Engineering,
Python package for AutoML on Tabular Data with Feature Engineering,
Hyper-Parameters Tuning, Explanations and Automatic Documentation.

**Experimentation and model registry frameworks**
Expand All @@ -74,11 +74,6 @@ enhance the functionality of scikit-learn's estimators.
- `dtreeviz <https://github.com/parrt/dtreeviz/>`_ A python library for
decision tree visualization and model interpretation.

- `sklearn-evaluation <https://github.com/ploomber/sklearn-evaluation>`_
Machine learning model evaluation made easy: plots, tables, HTML reports,
experiment tracking and Jupyter notebook analysis. Visual analysis, model
selection, evaluation and diagnostics.

- `yellowbrick <https://github.com/DistrictDataLabs/yellowbrick>`_ A suite of
custom matplotlib visualizers for scikit-learn estimators to support visual feature
analysis, model selection, evaluation, and diagnostics.
Expand Down Expand Up @@ -121,7 +116,7 @@ enhance the functionality of scikit-learn's estimators.

- `BiocSklearn <https://bioconductor.org/packages/BiocSklearn>`_
Exposes a small number of dimension reduction facilities as an illustration
of the basilisk protocol for interfacing python with R. Intended as a
of the basilisk protocol for interfacing python with R. Intended as a
springboard for more complete interop.


Expand Down Expand Up @@ -206,9 +201,6 @@ Note scikit-learn own modern gradient boosting estimators

**Other regression and classification**

- `py-earth <https://github.com/scikit-learn-contrib/py-earth>`_ Multivariate
adaptive regression splines

- `gplearn <https://github.com/trevorstephens/gplearn>`_ Genetic Programming
for symbolic regression tasks.

Expand Down
0