Improve doc wording

This commit is contained in:
Matthias
2019-07-18 20:02:28 +02:00
parent 545ff6f9f1
commit e01c0ab4d6
3 changed files with 49 additions and 28 deletions

View File

@@ -232,7 +232,8 @@ AVAILABLE_CLI_OPTIONS = {
),
"hyperopt_loss": Arg(
'--hyperopt-loss-class',
help='Specify hyperopt loss class name. Can generate completely different results, '
help='Specify the class name of the hyperopt loss function class (IHyperOptLoss). '
'Different functions can generate completely different results, '
'since the target for optimization is different. (default: `%(default)s`).',
metavar='NAME',
default=constants.DEFAULT_HYPEROPT_LOSS,