| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2018-05-12 | 353 Bytes | |
| v0.3.5 source code.tar.gz | 2018-05-12 | 1.7 MB | |
| v0.3.5 source code.zip | 2018-05-12 | 1.8 MB | |
| Totals: 3 Items | 3.5 MB | 0 | |
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.