Skip to content

Binclass-tools 1.1.0

Compare
Choose a tag to compare
@GretaVilla GretaVilla released this 14 Mar 15:41
· 4 commits to main since this release

Release 1.1.0 of package Binclass-tools

Updates:

  • interactive confusion matrix: from version 1.1.0 the optimal thresholds dataframe returned in the confusion matrix plot will refer to the thresholds that give the best value of the implemented metrics (or the minimal Cost) for the given set of data, instead of the optimal threshold computed with GHOST method.
    The following parameters have been removed:

    • optimize_threshold,
    • N_subsets,
    • subsets_size,
    • with_replacement
  • get_ghost_optimal_thresholds_df: new name of function get_optimized_thresholds_df, behaviour remains the same except for parameter optimize_threshold for which "ROC" isn't supported anymore (was redundant, use Fscore instead)

  • get_ghost_optimal_threshold: new name of function get_optimal_threshold, behaviour remains the same except for parameter ThOpt_metrics for which "ROC" isn't supported anymore (was redundant, use Fscore instead)

  • get_ghost_optimal_cost: new name of function get_cost_optimal_threshold, behaviour remains the same

  • bug in interactive confusion matrix fixed