Skip to content

Releases: reiinakano/scikit-plot

v0.2.5

30 Apr 15:07
Compare
Choose a tag to compare
  • Fix #13 Thanks to @david1309 for pointing out the fix
  • New argument labels for plot_confusion_matrix. This also fixes #28

v0.2.4

25 Apr 11:08
Compare
Choose a tag to compare
  • Previously, plot_elbow_curve calculated cost manually instead of using the built-in `score method of a clusterer instance.

v0.2.3

19 Mar 06:28
Compare
Choose a tag to compare

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

26 Feb 17:39
Compare
Choose a tag to compare

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

19 Feb 05:21
Compare
Choose a tag to compare

Minor changes to examples repo.

Release to trigger Zenodo webhook.

v0.2.0

18 Feb 21:16
Compare
Choose a tag to compare

Added Functions API

v0.1.0

17 Feb 18:12
Compare
Choose a tag to compare

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