hyperopt print colorized results

This commit is contained in:
hroff-1902
2019-08-03 19:09:42 +03:00
parent b3e6e710d8
commit f200f52a16
6 changed files with 43 additions and 3 deletions

View File

@@ -191,6 +191,12 @@ AVAILABLE_CLI_OPTIONS = {
action='store_true',
default=False,
),
"print_colorized": Arg(
'--color', '--print-colorized',
help='Print colorized hyperopt results.',
action='store_true',
default=False
),
"hyperopt_jobs": Arg(
'-j', '--job-workers',
help='The number of concurrently running jobs for hyperoptimization '