Don't use --hyperopt-loss-class, but --hyperopt-loss instead

This commit is contained in:
Matthias
2019-07-19 06:31:49 +02:00
parent e01c0ab4d6
commit fa8904978b
3 changed files with 7 additions and 7 deletions

View File

@@ -231,7 +231,7 @@ AVAILABLE_CLI_OPTIONS = {
action='store_true',
),
"hyperopt_loss": Arg(
'--hyperopt-loss-class',
'--hyperopt-loss',
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`).',