diff --git a/doc/related_projects.rst b/doc/related_projects.rst index 5434b3b272259..80a3ef79516c4 100644 --- a/doc/related_projects.rst +++ b/doc/related_projects.rst @@ -47,7 +47,7 @@ enhance the functionality of scikit-learn's estimators. the objects that EvalML creates use an sklearn-compatible API. - `MLJAR AutoML `_ - 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** @@ -74,11 +74,6 @@ enhance the functionality of scikit-learn's estimators. - `dtreeviz `_ A python library for decision tree visualization and model interpretation. -- `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 `_ A suite of custom matplotlib visualizers for scikit-learn estimators to support visual feature analysis, model selection, evaluation, and diagnostics. @@ -121,7 +116,7 @@ enhance the functionality of scikit-learn's estimators. - `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. @@ -206,9 +201,6 @@ Note scikit-learn own modern gradient boosting estimators **Other regression and classification** -- `py-earth `_ Multivariate - adaptive regression splines - - `gplearn `_ Genetic Programming for symbolic regression tasks.