diff --git a/doc/_static/yellowbrick.png b/doc/_static/yellowbrick.png new file mode 100644 index 000000000000..01013a1a03d2 Binary files /dev/null and b/doc/_static/yellowbrick.png differ diff --git a/doc/thirdpartypackages/index.rst b/doc/thirdpartypackages/index.rst index c8e6bc9abebf..1816e28c9517 100644 --- a/doc/thirdpartypackages/index.rst +++ b/doc/thirdpartypackages/index.rst @@ -160,6 +160,13 @@ Windrose Numpy library to manage wind data, draw windroses (also known as polar rose plots), draw probability density functions and fit Weibull distributions. +Yellowbrick +=========== +`Yellowbrick `_ 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. + +.. image:: /_static/yellowbrick.png + :height: 400px + Interactivity *************