summaryrefslogtreecommitdiff
path: root/bin/analyze-kconfig.py
AgeCommit message (Expand)AuthorLines
2022-10-18--export-dref: do not export xv data for non-xv modelsDaniel Friesel-1/+1
2022-10-18analyze-kconfig: fix shift_param_in_aggregate invocationDaniel Friesel-1/+1
2022-10-13analyze-kconfig: report MAPE if availableDaniel Friesel-1/+7
2022-09-23do not build dtree in static and LUT cross-validation runsDaniel Friesel-4/+6
2022-09-23analyze-kconfig: add --export-aggregate optionDaniel Friesel-0/+24
2022-09-23analyze-kconfig: perform param-shift in aggregate rather than in observationsDaniel Friesel-4/+4
2022-09-23deprecate --boolean-parametersDaniel Friesel-3/+10
2022-09-23ignore_param: work on by_name rather than observationsDaniel Friesel-3/+3
2022-09-22analyze-kconfig: distinguish between training and validation errorDaniel Friesel-1/+4
2022-09-22analyze-kconfig: optionally skip stats computationDaniel Friesel-0/+11
2022-09-22analyze-kconfig: show construct/train/eval duration in debug modeDaniel Friesel-0/+11
2022-08-29analyze-kconfig: fix f-string (add forgotten '{')Daniel Friesel-1/+1
2022-08-26analyze-kconfig: show_quality: indicate training vs xv dataDaniel Friesel-0/+4
2022-08-24analyze-kconfig: do not print model error if --show-quality is usedDaniel Friesel-8/+9
2022-08-24analyze-kconfig: add --plot-param optionDaniel Friesel-0/+34
2022-08-23analyze-kconfig: add --csv-precision option for --csv-exportDaniel Friesel-3/+14
2022-06-22analyze-kconfig: add csv exportDaniel Friesel-0/+38
2022-06-22analyze-kconfig: allow individual parameters to be ignoredDaniel Friesel-0/+12
2022-06-21analyze-kconfig: add ubjson supportDaniel Friesel-3/+13
2022-06-14analyze-kconfig: add param-shift supportDaniel Friesel-0/+4
2022-06-14analyze-kconfig: bail out if --filter-param was too restrictiveDaniel Friesel-0/+7
2022-06-10analyze-kconfig: support DFATOOL_KCONF_IGNORE_STRINGDaniel Friesel-0/+10
2022-06-10move filter-param to cliDaniel Friesel-0/+8
2022-06-03add first order linear functions for evaluation purposesDaniel Friesel-0/+2
2022-05-19analyze-kconfig: add --boolean-parameters option for enum to bool conversionDaniel Friesel-0/+8
2022-05-13analyze-kconfig: sort keys in model error outputDaniel Friesel-2/+4
2022-05-04analyze-kconfig: add --export-pgf-unparam handlerDaniel Friesel-0/+3
2022-04-26analyze-kconfig: more robust kconfig-webconf exportDaniel Friesel-4/+28
2022-03-24analyze-kconfig: remove superfluous double static xvDaniel Friesel-7/+0
2022-03-21analyze-kconfig: always compute statsDaniel Friesel-2/+0
2022-03-02analyze-kconfig: export-model -> export-webconfDaniel Friesel-3/+3
2022-02-25add --export-raw-predictionsDaniel Friesel-1/+6
2022-02-25only export model xv results for --export-xvDaniel Friesel-7/+8
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-0/+3
2022-02-18move dataref export to cli.pyDaniel Friesel-9/+1
2022-02-18move --info to cli as wellDaniel Friesel-8/+3
2022-02-18move --log-level and --info to cli.pyDaniel Friesel-13/+6
2022-02-18add show_model_size optionDaniel Friesel-0/+3
2022-02-10only load kconfig / kconfiglib when requiredDaniel Friesel-1/+1
2022-01-27export dataref entries with deterministic orderDaniel Friesel-1/+1
2022-01-06add xv data to dref exportDaniel Friesel-1/+1
2022-01-05store decision tree attributes of xv models in dataref exportDaniel Friesel-3/+15
2022-01-05cross validation: return intermediate models used for XVDaniel Friesel-8/+10
2021-12-01move some standard arguments to cli helper classDaniel Friesel-17/+1
2021-11-23add parameter-aware cross validationDaniel Friesel-0/+6
2021-11-18add model generation time to dataref exportDaniel Friesel-7/+16
2021-11-01add static & param model output to analyze-kconfigDaniel Friesel-0/+18
2021-11-01move model quality table to dfatool.cli; add quality output to analyze-kconfigDaniel Friesel-1/+36
2021-10-28analyze-kconfig: add dataref exportDaniel Friesel-1/+63