summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2022-05-20CI: Fix pathsHEADmasterDaniel Friesel-2/+2
2022-05-20CI: upload toy exampleDaniel Friesel-1/+1
2022-05-20README: add required modulesDaniel Friesel-0/+14
2022-05-20Kconfig: support relative pathsDaniel Friesel-4/+2
2022-05-20Merge branch 'feature/kconfig-benchmark-test' into 'master'Daniel Friesel-15/+135
2022-05-20Add a test benchmark for explore-kconfigDaniel Friesel-15/+135
2022-05-20README: document kconfig benchmark executionDaniel Friesel-0/+52
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-28/+42
2022-05-13analyze-kconfig: sort keys in model error outputDaniel Friesel-2/+4
2022-05-10add links to example modelsDaniel Friesel-0/+10
2022-05-10Merge branch 'feature/kconfig-export' into 'master'Daniel Friesel-0/+37
2022-05-10CI: Automatically export x264 CART/RMT modelsDaniel Friesel-0/+37
2022-05-04analyze-kconfig: add --export-pgf-unparam handlerDaniel Friesel-0/+3
2022-04-26debug output improvementsDaniel Friesel-1/+1
2022-04-26analyze-kconfig: more robust kconfig-webconf exportDaniel Friesel-4/+28
2022-04-01--export-pgf-unparam: also export argument valuesDaniel Friesel-1/+9
2022-04-01kconfig loader: expose .kconfig_rootDaniel Friesel-13/+15
2022-04-01cli: show_quality=table: sort keys and attributesDaniel Friesel-2/+2
2022-03-31--export-pgf-unparam: add parameter values (e.g. for `restrict expr to domain`)Daniel Friesel-2/+9
2022-03-31--export-raw-predictions: add parameter valuesDaniel Friesel-6/+22
2022-03-29add --export-pgf-unparam option (export raw observations for pgfplots)Daniel Friesel-1/+19
2022-03-29parameters: to_dot: Allow exporting single-node treesDaniel Friesel-1/+5
2022-03-28StaticFunction#to_dot: round to two decimal placesDaniel Friesel-1/+3
2022-03-24analyze-kconfig: remove superfluous double static xvDaniel Friesel-7/+0
2022-03-23RMT, CART, XGB: Add #leaves to dref exportDaniel Friesel-14/+38
2022-03-21dtree: fix missing function leaves when nonbinary nodes are disabledDaniel Friesel-7/+7
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-18CART export: use .left/.right instead of .child.left/.child.rightDaniel Friesel-5/+2
2022-03-17dtree: only compute by_param if ignore_irrelevant_parameters is setDaniel Friesel-6/+7
2022-03-17dataref export: LMT: add number of leavesDaniel Friesel-0/+3
2022-03-17LMT: Fix max_depth and number_of_leaves gettersDaniel Friesel-2/+4
2022-03-10LMT max_depth is brokenDaniel Friesel-0/+1
2022-03-03functions: blackDaniel Friesel-3/+5
2022-03-03CART: to_json: use .left / .right instead of ."<=" / .">"Daniel Friesel-2/+2
2022-03-02ModelAttribute.to_json: special handling for CARTFunction. TODO refactoringDaniel Friesel-0/+45
2022-03-02CARTFunction: Add to_json method (adapted from Lennart Kaiser)Daniel Friesel-0/+44
2022-03-02analyze-kconfig: export-model -> export-webconfDaniel Friesel-3/+3
2022-03-01bin: add kconfiglib symlinkDaniel Friesel-0/+1
2022-03-01refactor tree generation overrides into build_dtreeDaniel Friesel-128/+40
2022-03-01Add SKLEARN DECART supportDaniel Friesel-5/+38
2022-03-01LMT: set max depth to 20Daniel Friesel-1/+1
2022-02-25add --export-raw-predictionsDaniel Friesel-6/+31
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/+15
2022-02-24AnalyticFunction: catch dividy by zero errors and the likesDaniel Friesel-1/+7
2022-02-22kconfig: do not add choices to param dict if DFATOOL_KCONF_WITH_CHOICE_NODES=0Daniel Friesel-0/+1
2022-02-22ModelAttribute: Keep original parameters when handling interdependent onesDaniel Friesel-2/+3