summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2023-05-30CLI: static model: show attribute namesDaniel Friesel-2/+4
2023-04-28plot_param: do not specify color (superfluous; overridden by colormap)Daniel Friesel-1/+1
2023-02-01XGB: Add --export-webconf support (generate a list of CART)Daniel Friesel-3/+42
2022-12-23also respect relevance threshold in depends_on_argDaniel Friesel-1/+2
2022-12-22make threshold for parameter relevance heuristic configurableDaniel Friesel-3/+12
2022-12-22... oopsDaniel Friesel-1/+0
2022-12-22allow limiting precision of dataref exportsDaniel Friesel-2/+13
2022-11-30tree model complexity score: include number of non-leaf nodesDaniel Friesel-4/+4
2022-11-29dataref export: add number of inner decision tree nodesDaniel Friesel-8/+6
2022-11-29dtree export: a single-node tree has a depth of zero, not one.Daniel Friesel-1/+1
2022-11-21remove a forgotten debug printDaniel Friesel-1/+0
2022-11-21LMT: implement complexity scoreDaniel Friesel-2/+10
2022-11-10analyze-archive: add --ignore-param supportDaniel Friesel-0/+6
2022-11-09explore-kconfig: add --random-int to set random integer valuesDaniel Friesel-3/+27
2022-10-27param: export LUT complexityDaniel Friesel-1/+3
2022-10-25kconfig: dref export: do not use _ in dref keysDaniel Friesel-6/+6
2022-10-20kconfig: use logger.debug rather than print for debug outputDaniel Friesel-1/+1
2022-10-20kconfig: support repeated measurements of identical configurationsDaniel Friesel-59/+111
2022-10-19--export-dref: add kconfig feature types if knownDaniel Friesel-0/+32
2022-10-18--export-dref: calculate model complexityDaniel Friesel-0/+32
2022-10-13blacken codeDaniel Friesel-3/+3
2022-10-13parameters: add some warningsDaniel Friesel-0/+11
2022-09-23do not build dtree in static and LUT cross-validation runsDaniel Friesel-8/+17
2022-09-23analyze-kconfig: perform param-shift in aggregate rather than in observationsDaniel Friesel-17/+1
2022-09-23deprecate --boolean-parametersDaniel Friesel-0/+2
2022-09-23ignore_param: work on by_name rather than observationsDaniel Friesel-8/+20
2022-09-22XV: validation data does not need stats or modelDaniel Friesel-1/+4
2022-09-22analyze-kconfig: optionally skip stats computationDaniel Friesel-1/+1
2022-09-22CART, XGB: Improve eval speed by predicting everything at onceDaniel Friesel-24/+84
2022-09-21observations_to_by_name: sanity check for parameter vectorsDaniel Friesel-0/+2
2022-09-20utils: add support for more efficient observations file formatDaniel Friesel-1/+13
2022-08-31utils: observations_ignore_param: handle unknown parametersDaniel Friesel-1/+9
2022-08-24plot_param: support AnalyticModel instancesDaniel Friesel-1/+9
2022-07-18Multipass runner: allow separate cycle counter frequenciesDaniel Friesel-3/+9
2022-06-22analyze-kconfig: allow individual parameters to be ignoredDaniel Friesel-0/+6
2022-06-20runner: add get_nfpvalues helperDaniel Friesel-0/+38
2022-06-15shift_param_in_aggregate: add '*=...' supportDaniel Friesel-7/+15
2022-06-15param_to_ndarray: handle parameters with numeric and non-numeric valuesDaniel Friesel-1/+3
2022-06-15FOL: Improve error messagesDaniel Friesel-1/+6
2022-06-15FOL, SKLearn: cast all parameters to intDaniel Friesel-2/+2
2022-06-14analyze-kconfig: add param-shift supportDaniel Friesel-0/+16
2022-06-14FOLFunction: _really_ add a static component.Daniel Friesel-6/+6
2022-06-14FOLFunction: Add a static (parameter-independent) model componentDaniel Friesel-4/+4
2022-06-14MOdelAttribute/FOL: Ignore parameters that only have a single distinct valueDaniel Friesel-2/+5
2022-06-10FOL: add a less variable-heavy second order variantDaniel Friesel-5/+9
2022-06-10param-shift: add none-to-0 optionDaniel Friesel-1/+3
2022-06-10move filter-param to cliDaniel Friesel-0/+8
2022-06-09FOL: repair second order functionDaniel Friesel-3/+16
2022-06-09AnalyticModel: populate attr_by_name in all casesDaniel Friesel-0/+18
2022-06-08FOL: Add JSON exportDaniel Friesel-5/+27