summaryrefslogtreecommitdiff
path: root/bin/analyze-log.py
AgeCommit message (Expand)AuthorLines
2024-03-11Move Logfile and CSVfile from utils to a new loader classBirte Kristina Friesel-2/+3
2024-03-08Add CSV support; right now hard-coded for kaggle acher linux-kernel-sizeBirte Kristina Friesel-3/+6
2024-02-26add --export-csv-unparam supportBirte Kristina Friesel-0/+3
2024-02-12unfuck param_names / feature_names handlingBirte Kristina Friesel-3/+1
2024-02-09computers hardBirte Kristina Friesel-12/+12
2024-02-09filter-param: support parameter names ending with '!'Birte Kristina Friesel-1/+6
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/+1
2024-02-06--export-json: pretty-print for easier manual editingBirte Kristina Friesel-1/+7
2024-02-02analyze-log, analyze-kconfig: preliminary --load-json supportBirte Kristina Friesel-18/+32
2024-01-25add an optional XV progress barBirte Kristina Friesel-0/+1
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-22Add --skip-param-stats support to analyze-{archive,log}Birte Kristina Friesel-0/+2
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-0/+1
2024-01-11Rename --show-quality=table to --show-model-errorBirte Kristina Friesel-8/+1
2024-01-11move --show-quality=table header to cli.pyBirte Kristina Friesel-6/+1
2024-01-11add --export-json optionBirte Kristina Friesel-0/+4
2024-01-11consistently export --plot-param graphs to PDFBirte Kristina Friesel-1/+1
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-12/+3
2024-01-10--show-model=param: add CART supportBirte Kristina Friesel-0/+4
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-10/+0
2023-12-22add --plot-unparam support to analyze-kconfig; move definition to cli.pyBirte Kristina Friesel-7/+0
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-22move --boxplot-param implementation to cli.pyBirte Kristina Friesel-38/+1
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-21analyze-kconfig: add --boxplot-(un)param and --non-interactive supportBirte Kristina Friesel-3/+0
2023-12-20--show-quality=table: customizable --error-metric; default smape, fallback maeBirte Kristina Friesel-2/+5
2023-12-20remove unsupported --show-quality choicesBirte Kristina Friesel-4/+2
2023-12-20Do not run XV on LUT model; it's not helpful.Birte Kristina Friesel-3/+5
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
2023-12-14analyze-log: add --boxplot-param optionBirte Kristina Friesel-0/+33
2023-12-14boxplot-unparam: show filter in boxplot title if setBirte Kristina Friesel-0/+7
2023-12-11analyze-log: add --non-interactive optionBirte Kristina Friesel-1/+8
2023-12-11move text log parser to util; add text log writerBirte Kristina Friesel-49/+4
2023-12-08analyze-log: add support for xz-compressed logfilesBirte Kristina Friesel-25/+36
2023-12-01analyze-log: key-value pairs may be separated by multiple spacesBirte Kristina Friesel-2/+2