summaryrefslogtreecommitdiff
path: root/bin/analyze-kconfig.py
AgeCommit message (Expand)AuthorLines
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