Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 724 Bytes

CHANGELOG.md

File metadata and controls

21 lines (14 loc) · 724 Bytes

0.3.0 - 2021-01-23

  • New look for confusion matrix
  • Comparison.save_html automatically generates a file name unless a path is specified
  • Improved figure sizing when there is only a single model in a comparison
  • Various performance improvements
  • Fix for a crash in compare_classifiers when some of the classes are never predicted

0.2.1 - 2020-08-09

  • Fixed an issue that had caused one-vs-rest classification figures (such as ROC curves and PR curves) to be displayed only for the last class.
  • Fixed a minor issue that had led to non-centered output in some versions of Jupyter lab / notebook.

0.2.0 - 2020-08-04

  • This release makes everything much better.

0.1.0 - 2019-10-09

  • Initial release.