Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.27 KB

Yellowbrick

Build Status Coverage Status Documentation Status Stories in Ready

A suite of visual analysis and diagnostic tools to facilitate feature selection, model selection, and parameter tuning for machine learning.

Tools for feature analysis and selection

  • boxplots (box-and-whisker plots)
  • violinplots
  • histograms
  • scatter plot matrices (sploms)
  • radial visualizations (radviz)
  • parallel coordinates
  • jointplots
  • diagonal correlation matrix

Tools for model evaluation

Classification

  • ROC curves
  • classification heatmaps

Regression

  • prediction error plots
  • residual plots

Tools for parameter tuning

  • validation curves
  • gridsearch heatmap