Releases: reiinakano/scikit-plot
Releases · reiinakano/scikit-plot
v0.2.5
- Fix #13 Thanks to @david1309 for pointing out the fix
- New argument
labels
forplot_confusion_matrix
. This also fixes #28
v0.2.4
- Previously,
plot_elbow_curve
calculated cost manually instead of using the built-in `score method of a clusterer instance.
v0.2.3
New features:
plot_precision_recall_curve
andplot_ks_statistic
now have a newcurves
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
New features:
- plot_pca_2d_projection function
- plot_pca_component_variance function
- plots now have a
figsize
,title_fontsize
, andtext_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
Minor changes to examples repo.
Release to trigger Zenodo webhook.
v0.2.0
Added Functions API
v0.1.0
Welcome to the first ever release of scikit-plot. Hope you find this small library useful!