summaryrefslogtreecommitdiff
path: root/bin/analyze-archive.py
AgeCommit message (Expand)AuthorLines
2024-05-23Support CSV exports in UNIX dialect (without CRLF) via --export-csv-dialectBirte Kristina Friesel-1/+3
2024-02-26add --export-csv-unparam supportBirte Kristina Friesel-0/+3
2024-02-22analyze-archive: sorted model outputBirte Kristina Friesel-4/+4
2024-02-12unfuck param_names / feature_names handlingBirte Kristina Friesel-7/+9
2024-02-09analyze-archive: remove debug outputBirte Kristina Friesel-2/+0
2024-02-09filter-param: support parameter names ending with '!'Birte Kristina Friesel-7/+14
2024-02-09filter-param: support basic numeric operations and ∈ conditionsBirte Kristina Friesel-1/+1
2024-02-09--show-model-error: indicate loaded/json model valuesBirte Kristina Friesel-0/+2
2024-01-25add an optional XV progress barBirte Kristina Friesel-0/+1
2024-01-24Revert "analyze-archive: pass static=True to static xv (ensures force_tree=Fa...Birte Kristina Friesel-4/+2
2024-01-23analyze-archive: pass static=True to static xv (ensures force_tree=False)Birte Kristina Friesel-2/+4
2024-01-23analyze archive: include timing data in dataref exportBirte Kristina Friesel-7/+17
2024-01-23analyze-archive: use main() function for main logicBirte Kristina Friesel-2/+4
2024-01-23logging: re-add log level and module name to output. whoops.Birte Kristina Friesel-1/+5
2024-01-23logging: include timestamps in log outputBirte Kristina Friesel-1/+1
2024-01-23--function-override: Use : for splitting to support spaces in key/attr namesBirte Kristina Friesel-2/+2
2024-01-22analyze-archive: --export-traces: Handle numpy arrays via NpEncoderBirte Kristina Friesel-1/+1
2024-01-22Add --skip-param-stats support to analyze-{archive,log}Birte Kristina Friesel-1/+7
2024-01-12add --filter-observationsBirte Kristina Friesel-0/+6
2024-01-12Move --force-tree definition to cli.pyBirte Kristina Friesel-5/+0
2024-01-11Rename --show-model-size to --show-model-complexityBirte Kristina Friesel-2/+2
2024-01-11Fix xv_count handlingBirte Kristina Friesel-1/+1
2024-01-11Rename --show-quality=table to --show-model-errorBirte Kristina Friesel-4/+3
2024-01-11move --show-quality=table header to cli.pyBirte Kristina Friesel-0/+1
2024-01-11add --export-json optionBirte Kristina Friesel-0/+4
2024-01-11consistently export --plot-param graphs to PDFBirte Kristina Friesel-0/+2
2024-01-11move --plot-param definition to cli.pyBirte Kristina Friesel-10/+0
2024-01-10CLI: Add a minimal sanity checkBirte Kristina Friesel-0/+1
2024-01-10refactor --show-model=param into lib/cli.pyBirte Kristina Friesel-26/+6
2024-01-10--show-model=param: add CART supportBirte Kristina Friesel-18/+20
2024-01-09--show-model=param: show static model where no function has been foundBirte Kristina Friesel-0/+2
2024-01-09move --show-model to cli.pyBirte Kristina Friesel-21/+8
2024-01-09consistently use --show-model (not --show-models)Birte Kristina Friesel-1/+1
2023-12-22add --plot-unparam support to analyze-kconfig; move definition to cli.pyBirte Kristina Friesel-7/+0
2023-12-22analyze-archive, analyze-kconfig: add --normalize-nfp supportBirte Kristina Friesel-0/+4
2023-12-22analyze-archive: add --boxplot-param supportBirte Kristina Friesel-0/+3
2023-12-22analyze-archive, analyze-kconfig: add --export-json-unparam supportBirte Kristina Friesel-0/+3
2023-12-21analyze-*: consistently split --plot-param plots on colons (:)Birte Kristina Friesel-2/+2
2023-12-20--show-quality=table: customizable --error-metric; default smape, fallback maeBirte Kristina Friesel-0/+2
2023-12-20remove unsupported --show-quality choicesBirte Kristina Friesel-4/+3
2023-12-20Do not run XV on LUT model; it's not helpful.Birte Kristina Friesel-15/+10
2023-12-14analyze-archive: remove unsupported HTML output as wellBirte Kristina Friesel-144/+3
2023-12-14analyze-archive: remove unsupported tex output, use pgf/dref export insteadBirte Kristina Friesel-61/+2
2023-12-07analyze-archive: add --boxplot-unparam supportBirte Kristina Friesel-0/+32
2023-11-27show-model=static: leave out parameter dependence heuristicsBirte Kristina Friesel-2/+12
2023-11-13move --function-override to lib/cli.pyBirte Kristina Friesel-8/+0
2022-12-22allow limiting precision of dataref exportsDaniel Friesel-1/+3
2022-11-10analyze-archive: add --ignore-param supportDaniel Friesel-14/+16
2022-10-18--export-dref: do not export xv data for non-xv modelsDaniel Friesel-1/+1
2022-06-10move filter-param to cliDaniel Friesel-8/+0