Skip to content
Snippets Groups Projects
Commit ca805a3a authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

Change option name

parent ba178bef
Branches
Tags
2 merge requests!146Add 4-5-col files related functionalities and add click commands,!143Set of click commands for bio base
Pipeline #
......@@ -28,7 +28,7 @@ def rank_option(**kwargs):
@common_options.scores_argument(nargs=-1)
@common_options.table_option()
@common_options.eval_option()
@common_options.output_plot_metric_option()
@common_options.output_log_metric_option()
@common_options.criterion_option(['eer', 'hter', 'far', 'mindcf', 'cllr', 'rr'])
@common_options.cost_option()
@common_options.thresholds_option()
......@@ -315,7 +315,7 @@ def hist(ctx, scores, evaluation, **kwargs):
@common_options.sep_dev_eval_option()
@common_options.table_option()
@common_options.eval_option()
@common_options.output_plot_metric_option()
@common_options.output_log_metric_option()
@common_options.output_plot_file_option(default_out='eval_plots.pdf')
@common_options.points_curve_option()
@common_options.lines_at_option()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment