summaryrefslogtreecommitdiff
path: root/bin/analyze-archive.py
AgeCommit message (Collapse)AuthorLines
2024-01-25add an optional XV progress barBirte Kristina Friesel-0/+1
2024-01-24Revert "analyze-archive: pass static=True to static xv (ensures ↵Birte Kristina Friesel-4/+2
force_tree=False)" This reverts commit 21a8de382ce2fff0ba740856f60ba135b1d925dd. Breaks with --filter-observations
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
Also, document it in doc/modeling-methods
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
also: make it work for non-tree models
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
--show-quality=table now always compares LUT (training data) to model (training or XV) and static (training or XV)
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
2022-03-29add --export-pgf-unparam option (export raw observations for pgfplots)Daniel Friesel-0/+3
2022-02-25add --export-raw-predictionsDaniel Friesel-1/+6
2022-02-25only export model xv results for --export-xvDaniel Friesel-1/+2
2022-02-24add --export-xv option for t-tests and the likeDaniel Friesel-0/+1
2022-02-21add dtree graphviz/dot export via --export-dot / to_dot()Daniel Friesel-2/+5
2022-02-18move dataref export to cli.pyDaniel Friesel-9/+1
2022-02-18move --info to cli as wellDaniel Friesel-45/+8
2022-02-18move --log-level and --info to cli.pyDaniel Friesel-12/+0