Releases: reiinakano/scikit-plot
Releases · reiinakano/scikit-plot
v0.3.7
v0.3.5
New features:
plot_precision_recall_curveandplot_roc_curvehave been deprecated forplot_precision_recallandplot_roc, respectively. The major difference is the deletion of thecurvesparameter and the use ofplot_macro,plot_micro, andclasses_to_plotto choose which curves should be plotted. Thanks to @lugq1990 for this change.
v0.3.4
New feature:
decomposition.plot_pca_2d_projectionnow has an option to show biplots! Thanks to @ryanliwag for the change.
v0.3.3
Hotfix release for RTD. Use conda and readthedocs.yml
v0.3.2
v0.3.1
Bugfix:
- Remove
nosedependency preventing proper documentation build
v0.3.0
New features:
plot_learning_curvehas new parameterscoringto 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.plottershas been deprecated and the functions in the Functions API have been distributed to various new modules. See documentation for more details.
v0.2.8
Features
- New option
hide_zerosforplot_confusion_matrixby @ExcaliburZero. #39 - New option to plot only certain labels in
plot_confusion_matrixby @ExcaliburZero. #41 - New options to set colormaps for
plot_pca_2d_projection,plot_silhouette,plot_precision_recall_curve,plot_roc_curve, andplot_confusion_matrix. #50
Bugfix:
- Fixed bug with nan values in confusion matrices by @ExcaliburZero (#42)