summaryrefslogtreecommitdiff
path: root/bin/analyze-kconfig.py
AgeCommit message (Expand)AuthorLines
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
2021-10-27analyze-kconfig: allow observations to stored as intermediate jsonDaniel Friesel-55/+71
2021-10-26allow custom standard deviation thresholds for decision tree compilationDaniel Friesel-0/+25
2021-10-13analyze-kconfig: add cross-validation supportDaniel Friesel-8/+30
2021-10-13analyze-kconfig: do not allow stddev by defaultDaniel Friesel-1/+1
2021-10-11analyze-kconfig: fix model exportDaniel Friesel-8/+11
2021-10-11AnalyticModel, PTAModel: add distinct_param_values_by_nameDaniel Friesel-1/+6
2021-10-11analyze-kconfig: obtain meta-data from nfpkeys.json ("make nfpkeys")Daniel Friesel-5/+3
2021-10-08Add model output for kconfig-webconfDaniel Friesel-1/+13
2021-10-08analyze-kconfig: show expected model performanceDaniel Friesel-0/+11
2021-10-08add basic analyze-kconfig scriptDaniel Friesel-0/+224