summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
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-09-21explore-kconfig: --random: ignore failed buildsDaniel Friesel-3/+8
2022-09-21add kconfig-expand-includes scriptDaniel Friesel-0/+25
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-8/+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-13move enum_to_bool convertion to libDaniel Friesel-25/+1
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-29add --export-pgf-unparam option (export raw observations for pgfplots)Daniel Friesel-0/+3
2022-03-24analyze-kconfig: remove superfluous double static xvDaniel Friesel-7/+0
2022-03-21observations-enum-to-bool: warn if a key is not uniqueDaniel Friesel-0/+4
2022-03-21observations-enum-to-bool: skip undefined enum valuesDaniel Friesel-1/+2
2022-03-21analyze-kconfig: always compute statsDaniel Friesel-2/+0
2022-03-02analyze-kconfig: export-model -> export-webconfDaniel Friesel-3/+3
2022-03-01bin: add kconfiglib symlinkDaniel Friesel-0/+1
2022-02-25add --export-raw-predictionsDaniel Friesel-2/+12
2022-02-25only export model xv results for --export-xvDaniel Friesel-8/+10
2022-02-24add --export-xv option for t-tests and the likeDaniel Friesel-0/+2
2022-02-21add dtree graphviz/dot export via --export-dot / to_dot()Daniel Friesel-2/+8
2022-02-18move dataref export to cli.pyDaniel Friesel-18/+2
2022-02-18move --info to cli as wellDaniel Friesel-53/+11
2022-02-18move --log-level and --info to cli.pyDaniel Friesel-25/+6
2022-02-18add show_model_size optionDaniel Friesel-0/+6
2022-02-10only load kconfig / kconfiglib when requiredDaniel Friesel-1/+1
2022-01-31allow parameter values to be adjusted before modelingDaniel Friesel-0/+6
2022-01-28PTAModel: Add force_tree optionDaniel Friesel-1/+9
2022-01-27export dataref entries with deterministic orderDaniel Friesel-2/+2
2022-01-06add xv data to dref exportDaniel Friesel-2/+2
2022-01-05store decision tree attributes of xv models in dataref exportDaniel Friesel-6/+30
2022-01-05cross validation: return intermediate models used for XVDaniel Friesel-17/+23