summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorLines
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-24analyze-kconfig: add timing information to dataref exportBirte Kristina Friesel-26/+33
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-4/+20
2024-01-23logging: include timestamps in log outputBirte Kristina Friesel-4/+4
2024-01-23--function-override: Use : for splitting to support spaces in key/attr namesBirte Kristina Friesel-6/+6
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-10/+9
2024-01-18kconfig: ignore strings by default (implicit DFATOOL_KCONF_IGNORE_STRING=1)Birte Kristina Friesel-1/+1
2024-01-12add --filter-observationsBirte Kristina Friesel-0/+18
2024-01-12Move --force-tree definition to cli.pyBirte Kristina Friesel-15/+0
2024-01-11Rename --show-model-size to --show-model-complexityBirte Kristina Friesel-6/+6
also: make it work for non-tree models
2024-01-11Fix xv_count handlingBirte Kristina Friesel-1/+3
2024-01-11Rename --show-quality=table to --show-model-errorBirte Kristina Friesel-39/+5
2024-01-11move --show-quality=table header to cli.pyBirte Kristina Friesel-12/+3
2024-01-11add --export-json optionBirte Kristina Friesel-0/+12
2024-01-11consistently export --plot-param graphs to PDFBirte Kristina Friesel-1/+5
2024-01-11move --plot-param definition to cli.pyBirte Kristina Friesel-37/+0
2024-01-10CLI: Add a minimal sanity checkBirte Kristina Friesel-0/+3
2024-01-10refactor --show-model=param into lib/cli.pyBirte Kristina Friesel-52/+12
2024-01-10analyze-kconfig: show-model=param: fix typo in StaticFunctionBirte Kristina Friesel-1/+1
2024-01-10--show-model=param: add CART supportBirte Kristina Friesel-22/+33
2024-01-09--show-model=param: show static model where no function has been foundBirte Kristina Friesel-0/+6
2024-01-09move --show-model to cli.pyBirte Kristina Friesel-43/+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-14/+12
2023-12-22analyze-archive, analyze-kconfig: add --normalize-nfp supportBirte Kristina Friesel-0/+8
2023-12-22analyze-log: add --show-model-size supportBirte Kristina Friesel-0/+3
2023-12-22analyze-log: add --export-raw-predictions supportBirte Kristina Friesel-1/+6
2023-12-22analyze-log: add --export-xv supportBirte Kristina Friesel-0/+2
2023-12-22analyze-archive: add --boxplot-param supportBirte Kristina Friesel-0/+3
2023-12-22move --boxplot-param implementation to cli.pyBirte Kristina Friesel-76/+2
2023-12-22analyze-timing: black(1)Birte Kristina Friesel-1/+0
2023-12-22analyze-archive, analyze-kconfig: add --export-json-unparam supportBirte Kristina Friesel-0/+6
2023-12-22analyze-log: add --export-dref supportBirte Kristina Friesel-0/+6
2023-12-22analyze-log: actually support --export-dotBirte Kristina Friesel-0/+3
2023-12-22analyze-log: support log-level configurationBirte Kristina Friesel-0/+8
2023-12-21explore-kconfig: notify about estimated remaining exploration timeBirte Kristina Friesel-2/+14
2023-12-21Remove legacy analyze-config scriptBirte Kristina Friesel-185/+0
2023-12-21analyze-kconfig: add --boxplot-(un)param and --non-interactive supportBirte Kristina Friesel-6/+67
2023-12-21analyze-*: consistently split --plot-param plots on colons (:)Birte Kristina Friesel-4/+4
2023-12-20--show-quality=table: customizable --error-metric; default smape, fallback maeBirte Kristina Friesel-4/+12
2023-12-20remove unsupported --show-quality choicesBirte Kristina Friesel-13/+7
2023-12-20Do not run XV on LUT model; it's not helpful.Birte Kristina Friesel-33/+22
--show-quality=table now always compares LUT (training data) to model (training or XV) and static (training or XV)
2023-12-19analyze-log: actually do cross validation when requested. derp...Birte Kristina Friesel-5/+13
2023-12-14boxplot: remove hardcoded 'dfatool unparam' titleBirte Kristina Friesel-7/+7
2023-12-14--boxplot-param: exclude --filter-param from boxplot labelsBirte Kristina Friesel-1/+8
They're constant and already present in the boxplot title
2023-12-14analyze-log: add --boxplot-param optionBirte Kristina Friesel-0/+33