Skip to main content

A suite of visual analysis and diagnostic tools for machine learning.

Project description

Visualizers

Yellowbrick

Yellowbrick is a suite of visual analysis and diagnostic tools designed to facilitate machine learning with Scikit-Learn. The library implements a new core API object, the “Visualizer” that is an Scikit-Learn estimator: an object that learns from data. Like transformers or models, visualizers learn from data by creating a visual representation of the model selection workflow.

Visualizers allow users to steer the model selection process, building intuition around feature engineering, algorithm selection, and hyperparameter tuning. For example, visualizers can help diagnose common problems surrounding model complexity and bias, heteroscedasticity, underfit and overtraining, or class balance issues. By applying visualizers to the model selection workflow, Yellowbrick allows you to steer predictive models to more successful results, faster.

Please see the full documentation at: http://scikit-yb.org/ particularly the quick start guide

Visualizers

Visualizers are estimators (objects that learn from data) whose primary objective is to create visualizations that allow insight into the model selection process. In Scikit-Learn terms, they can be similar to transformers when visualizing the data space or wrap an model estimator similar to how the “ModelCV” (e.g. RidgeCV, LassoCV) methods work. The primary goal of Yellowbrick is to create a sensical API similar to Scikit-Learn. Some of our most popular visualizers include:

Feature Visualization

  • Rank Features: single or pairwise ranking of features to detect relationships

  • Parallel Coordinates: horizontal visualization of instances

  • Radial Visualization: separation of instances around a circular plot

  • PCA Projection: projection of instances based on principal components

  • Manifold Visualization: high dimensional visualization with manifold learning

  • Feature Importances: rank features based on their in-model performance

  • Recursive Feature Elimination: find the best subset of features by importance

  • Joint Plots: direct data visualization with feature selection

Classification Visualization

  • Class Balance: see how the distribution of classes affects the model

  • Class Prediction Error: shows error and support in classification

  • Classification Report: visual representation of precision, recall, and F1

  • ROC/AUC Curves: receiver operator characteristics and area under the curve

  • Precision-Recall Curves: precision vs recall for different probability thresholds

  • Confusion Matrices: visual description of class decision making

  • Discrimination Threshold: find a threshold that best separates binary classes

Regression Visualization

  • Prediction Error Plots: find model breakdowns along the domain of the target

  • Residuals Plot: show the difference in residuals of training and test data

  • Alpha Selection: show how the choice of alpha influences regularization

Clustering Visualization

  • K-Elbow Plot: select k using the elbow method and various metrics

  • Silhouette Plot: select k by visualizing silhouette coefficient values

  • Intercluster Distance Maps: show relative distance and size of clusters

Model Selection Visualization

  • Validation Curve: tune a model with respect to a single hyperparameter

  • Learning Curve: show if a model might benefit from more data or less complexity

Text Visualization

  • Term Frequency: visualize the frequency distribution of terms in the corpus

  • t-SNE Corpus Visualization: use stochastic neighbor embedding to project documents

  • Dispersion Plot: visualize how key terms are dispersed throughout a corpus

Target Visualization

  • Feature Correlation: visualize the correlation between the dependent variables and the target

… and more! Visualizers are being added all the time; be sure to check the examples (or even the develop branch) and feel free to contribute your ideas for new Visualizers!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yellowbrick-0.9.tar.gz (30.1 MB view details)

Uploaded Source

Built Distribution

yellowbrick-0.9-py2.py3-none-any.whl (282.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file yellowbrick-0.9.tar.gz.

File metadata

  • Download URL: yellowbrick-0.9.tar.gz
  • Upload date:
  • Size: 30.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.19.8 CPython/3.6.2

File hashes

Hashes for yellowbrick-0.9.tar.gz
Algorithm Hash digest
SHA256 e4ca98068da958dba27900a315868557c9f6aa759453b25aebbc7e5fda7a61fb
MD5 0147195276f1c88ae2d4826e172847e6
BLAKE2b-256 15abd9d40b35792c19863780abb8e8cfef03f75c643705bd1d4512203f6e01d3

See more details on using hashes here.

File details

Details for the file yellowbrick-0.9-py2.py3-none-any.whl.

File metadata

  • Download URL: yellowbrick-0.9-py2.py3-none-any.whl
  • Upload date:
  • Size: 282.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.19.8 CPython/3.6.2

File hashes

Hashes for yellowbrick-0.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6099d38e35364fa1f14db6d43592d75706c14b36bee12e106cc732f4a5dced1b
MD5 76e419f0ef94b6692b4bdee995f4f05a
BLAKE2b-256 f0b3fffa077157c38e729eb033fdd0ad57fbe92db1aac303c69b283ce10deb9b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page