summaryrefslogtreecommitdiff
path: root/lib/cli.py
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-01-11 15:54:03 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-01-11 15:54:03 +0100
commitbf79195b5bb6e5cb3688823b595006b169d92730 (patch)
tree623962e54cf3b017afdf766f236e0f571495e18e /lib/cli.py
parent9705d6687def65a82193e60aa69137ab5bd1d047 (diff)
Rename --show-quality=table to --show-model-error
Diffstat (limited to 'lib/cli.py')
-rw-r--r--lib/cli.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/cli.py b/lib/cli.py
index 25ad260..86e9bc8 100644
--- a/lib/cli.py
+++ b/lib/cli.py
@@ -478,6 +478,11 @@ def add_standard_arguments(parser):
"all: all of the above",
)
parser.add_argument(
+ "--show-model-error",
+ action="store_true",
+ help="Show model error compared to LUT (lower bound) and static (reference) models",
+ )
+ parser.add_argument(
"--show-model-size",
action="store_true",
help="Show model size (e.g. regression tree height and node count)",