8000 Backport PR #14051: Add Yellowbrick to third party packages · matplotlib/matplotlib@8154bfc · GitHub
[go: up one dir, main page]

Skip to content

Commit 8154bfc

Browse files
jklymakMeeseeksDev[bot]
authored andcommitted
Backport PR #14051: Add Yellowbrick to third party packages
1 parent 441626d commit 8154bfc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc/_static/yellowbrick.png

66.1 KB
Loading

doc/thirdpartypackages/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@ Windrose
160160
Numpy library to manage wind data, draw windroses (also known as polar rose
161161
plots), draw probability density functions and fit Weibull distributions.
162162

163+
Yellowbrick
164+
===========
165+
`Yellowbrick <https://www.scikit-yb.org/>`_ is a suite of visual diagnostic tools for machine learning that enables human steering of the model selection process. Yellowbrick combines scikit-learn with matplotlib using an estimator-based API called the ``Visualizer``, which wraps both sklearn models and matplotlib Axes. ``Visualizer`` objects fit neatly into the machine learning workflow allowing data scientists to integrate visual diagnostic and model interpretation tools into experimentation without extra steps.
166+
167+
.. image:: /_static/yellowbrick.png
168+
:height: 400px
169+
163170

164171
Interactivity
165172
*************

0 commit comments

Comments
 (0)
0