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

[script][commands] Remove traces of show-dev

parent 50525939
No related branches found
No related tags found
1 merge request!161Change --eval option default and Various fixes
Pipeline #
...@@ -297,6 +297,7 @@ def dir(ctx, scores, evaluation, **kargs): ...@@ -297,6 +297,7 @@ def dir(ctx, scores, evaluation, **kargs):
@common_options.eval_option() @common_options.eval_option()
@common_options.n_bins_option() @common_options.n_bins_option()
@common_options.criterion_option() @common_options.criterion_option()
@common_options.far_option()
@common_options.thresholds_option() @common_options.thresholds_option()
@common_options.const_layout_option() @common_options.const_layout_option()
@common_options.print_filenames_option() @common_options.print_filenames_option()
...@@ -320,8 +321,7 @@ def hist(ctx, scores, evaluation, **kwargs): ...@@ -320,8 +321,7 @@ def hist(ctx, scores, evaluation, **kwargs):
By default, when eval-scores are given, only eval-scores histograms are By default, when eval-scores are given, only eval-scores histograms are
displayed with threshold line displayed with threshold line
computed from dev-scores. If you want to display dev-scores distributions computed from dev-scores.
as well, use ``--show-dev`` option.
Examples: Examples:
$ bob bio hist -v dev-scores $ bob bio hist -v dev-scores
...@@ -329,7 +329,7 @@ def hist(ctx, scores, evaluation, **kwargs): ...@@ -329,7 +329,7 @@ def hist(ctx, scores, evaluation, **kwargs):
$ bob bio hist -v dev-scores1 eval-scores1 dev-scores2 $ bob bio hist -v dev-scores1 eval-scores1 dev-scores2
eval-scores2 eval-scores2
$ bob bio hist -v --criterion --show-dev min-hter dev-scores1 eval-scores1 $ bob bio hist -v --criterion min-hter dev-scores1 eval-scores1
""" """
process = bio_figure.Hist(ctx, scores, evaluation, load.split) process = bio_figure.Hist(ctx, scores, evaluation, load.split)
process.run() process.run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment