Skip to content

Releases: reiinakano/scikit-plot

v0.3.7

19 Aug 12:21
Compare
Choose a tag to compare

New Features:

  • plot_confusion_matrix has new parameter hide_counts via @echan5 #90

v0.3.5

12 May 10:28
Compare
Choose a tag to compare

New features:

  • plot_precision_recall_curve and plot_roc_curve have been deprecated for plot_precision_recall and plot_roc, respectively. The major difference is the deletion of the curves parameter and the use of plot_macro, plot_micro, and classes_to_plot to choose which curves should be plotted. Thanks to @lugq1990 for this change.

v0.3.4

05 Feb 14:01
Compare
Choose a tag to compare

New feature:

  • decomposition.plot_pca_2d_projection now has an option to show biplots! Thanks to @ryanliwag for the change.

v0.3.3

26 Oct 01:08
Compare
Choose a tag to compare

Hotfix release for RTD. Use conda and readthedocs.yml

v0.3.2

25 Oct 14:56
Compare
Choose a tag to compare

New Features

  • Gain Chart and Lift Chart added to scikitplot.metrics module #71
  • Updated Jupyter notebook examples for v0.3.x by @ljvmiranda921 #69

Bugfix

  • Changed deprecated spectral colormap to nipy_spectral by @emredjan #66

v0.3.1

17 Sep 03:26
Compare
Choose a tag to compare

Bugfix:

  • Remove nose dependency preventing proper documentation build

v0.3.0

13 Sep 16:01
Compare
Choose a tag to compare

New features:

  • plot_learning_curve has new parameter scoring to allow custom scoring functions. By @jengelman
  • New plotting function plot_calibration_curves

Deprecations

  • The Factory API has been deprecated and will be removed in v0.4.0
  • scikitplot.plotters has been deprecated and the functions in the Functions API have been distributed to various new modules. See documentation for more details.

v0.2.8

08 Sep 17:46
Compare
Choose a tag to compare

Features

  • New option hide_zeros for plot_confusion_matrix by @ExcaliburZero. #39
  • New option to plot only certain labels in plot_confusion_matrix by @ExcaliburZero. #41
  • New options to set colormaps for plot_pca_2d_projection, plot_silhouette, plot_precision_recall_curve, plot_roc_curve, and plot_confusion_matrix. #50

Bugfix:

v0.2.7

09 Jul 18:42
Compare
Choose a tag to compare

Features:

  • #38 adds new parameter x_tick_rotation to plot_confusion_matrix and plot_feature_importances

v0.2.6

17 May 12:17
Compare
Choose a tag to compare

Bugfix