Scikit Plot Versions Save

An intuitive library to add plotting functionality to scikit-learn objects.

v0.2.5

6 years ago
  • Fix #13 Thanks to @david1309 for pointing out the fix
  • New argument labels for plot_confusion_matrix. This also fixes #28

v0.2.4

7 years ago
  • Previously, plot_elbow_curve calculated cost manually instead of using the built-in `score method of a clusterer instance.

v0.2.3

7 years ago

New features:

  • plot_precision_recall_curve and plot_ks_statistic now have a new curves argument that allows the user to choose which curves should be plotted. Thanks to @doug-friedman for this PR.
  • Jupyter notebook examples are now available thanks to @lstmemery

v0.2.2

7 years ago

New features:

  • plot_pca_2d_projection function
  • plot_pca_component_variance function
  • plots now have a figsize, title_fontsize, and text_fontsize feature to allow user to customize the size of the plot. This is particularly crucial for Jupyter notebook users where the default settings come out too small. Thanks to @frankherfert for this idea.

v0.2.1

7 years ago

Minor changes to examples repo.

Release to trigger Zenodo webhook.

v0.2.0

7 years ago

Added Functions API

v0.1.0

7 years ago

Welcome to the first ever release of scikit-plot. Hope you find this small library useful!