Skip to content

cvms 1.4.0

Compare
Choose a tag to compare
@LudvigOlsen LudvigOlsen released this 05 Jun 05:23
· 53 commits to master since this release

NEW:

  • Launched an application for plotting a confusion matrix with no code. Available at Huggingface Spaces

Changes:

  • In plot_confusion_matrix(), adds sub_col argument for passing in text to replace
    the bottom text (counts by default).

  • In plot_confusion_matrix(), fixes direction of arrows when class_order is specified.

  • In update_hyperparameters(), allows hyperparameters argument to be NULL. Thanks @ggrothendieck for reporting the issue.