diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-11 15:54:03 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-11 15:54:03 +0100 |
commit | bf79195b5bb6e5cb3688823b595006b169d92730 (patch) | |
tree | 623962e54cf3b017afdf766f236e0f571495e18e /lib/cli.py | |
parent | 9705d6687def65a82193e60aa69137ab5bd1d047 (diff) |
Rename --show-quality=table to --show-model-error
Diffstat (limited to 'lib/cli.py')
-rw-r--r-- | lib/cli.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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)", |