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

Add HTER definition in help message

parent 15961f9f
No related branches found
No related tags found
1 merge request!167Various fixes
......@@ -32,6 +32,7 @@ def rank_option(**kwargs):
@common_options.metrics_command(common_options.METRICS_HELP.format(
names='FtA, FAR, FRR, FMR, FMNR, HTER',
criteria=CRITERIA, score_format=SCORE_FORMAT,
hter_note='Note that HTER = (FMR + FMNR) / 2',
command='bob bio metrics'), criteria=CRITERIA)
@common_options.cost_option()
def metrics(ctx, scores, evaluation, **kwargs):
......
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