Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e49e89

Browse files
authored
Merge pull request #14051 from bbengfort/yellowbrick-link
Add Yellowbrick to third party packages
2 parents 9f7e624 + ac8ab0a commit 6e49e89

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)