diff options
Diffstat (limited to 'bin/analyze-log.py')
-rwxr-xr-x | bin/analyze-log.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/analyze-log.py b/bin/analyze-log.py index 4f5e420..7d6f5bc 100755 --- a/bin/analyze-log.py +++ b/bin/analyze-log.py @@ -64,12 +64,10 @@ def main(): ) parser.add_argument( "--show-quality", - choices=["table", "summary", "all"], + choices=["table"], action="append", default=list(), - help="table: show static/fitted/lut SMAPE and MAE for each name and attribute.\n" - "summary: show static/fitted/lut SMAPE and MAE for each attribute, averaged over all states/transitions.\n" - "all: all of the above.\n", + help="table: show LUT, model, and static prediction error for each key and attribute.", ) parser.add_argument( "--force-tree", |