summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2021-11-23add parameter-aware cross validationDaniel Friesel-3/+52
2021-11-22handle fit errors in cross validationDaniel Friesel-4/+26
2021-11-19kconfig exploration: 5 values should be sufficientDaniel Friesel-1/+1
2021-11-18do not convert scalar observations to boolean onesDaniel Friesel-1/+1
2021-11-18add model generation time to dataref exportDaniel Friesel-7/+23
2021-11-17export number of dtree nodes to datarefDaniel Friesel-0/+13
2021-11-16add configuration variable for non-binary dtree node supportDaniel Friesel-13/+57
2021-11-16Add env var for safe functions; disable unsafe functions in that caseDaniel Friesel-1/+8
2021-11-12add enum→boolean converter for CART/ModelTree evaluationsDaniel Friesel-0/+42
2021-11-12dataref: export number of samples per measurement classDaniel Friesel-0/+2
2021-11-11AnalyticModel dref export: Add number of boolean/scalar/enum parametersDaniel Friesel-1/+31
2021-11-03Set DFATOOL_FIT_LINEAR_ONLY=1 to omit non-linear functions from regressionDaniel Friesel-18/+23
2021-11-01add static & param model output to analyze-kconfigDaniel Friesel-26/+44
2021-11-01move model quality table to dfatool.cli; add quality output to analyze-kconfigDaniel Friesel-53/+94
2021-10-28analyze-config is legacyDaniel Friesel-0/+9
2021-10-28kconfig loader: do not use frozendicts (json doesn't know about them)Daniel Friesel-3/+2
2021-10-28analyze-kconfig: add dataref exportDaniel Friesel-19/+88
2021-10-27analyze-kconfig: allow observations to stored as intermediate jsonDaniel Friesel-55/+71
2021-10-27kconfig: add DFATOOL_KCONF_IGNORE_NUMERIC / _STRING optionsDaniel Friesel-1/+13
2021-10-26allow custom standard deviation thresholds for decision tree compilationDaniel Friesel-4/+51
2021-10-26kconfig loader: load kconfig from its base directoryDaniel Friesel-13/+18
2021-10-26kconfig: enter project directory before loading kconfigDaniel Friesel-3/+18
2021-10-26kconfig: always store config hash; handle randconfig without KCONFIG_SEEDDaniel Friesel-1/+4
2021-10-25"values" is countableDaniel Friesel-1/+1
2021-10-25dataref export: handle missing MAPE entriesDaniel Friesel-9/+21
2021-10-25dataref export: always add / prefix to keysDaniel Friesel-1/+1
2021-10-25model: Remove legacy with_function_leaves overrideDaniel Friesel-5/+6
2021-10-25README: Add function leaves documentationDaniel Friesel-1/+2
2021-10-25model: Set DFATOOL_DTREE_ENABLED=0 to disable dtree supportDaniel Friesel-1/+3
2021-10-22start documenting envDaniel Friesel-9/+11
2021-10-14kconfig range enumeration: first valid condition winsDaniel Friesel-0/+1
2021-10-14kconfig: properly evaluate conditionsDaniel Friesel-1/+1
2021-10-14Revert "update timing/rf24 singlefile test for co-dependent parameter detecti...Daniel Friesel-3/+15
2021-10-14do not remove codependent parameters which have (None, !None) pairsDaniel Friesel-4/+19
2021-10-13update timing/rf24 singlefile test for co-dependent parameter detection updateDaniel Friesel-15/+3
2021-10-13codependent_param_dict: Do not throw away entirely non-numeric parameters.Daniel Friesel-2/+4
2021-10-13analyze-kconfig: add cross-validation supportDaniel Friesel-8/+38
2021-10-13Make CrossValidator independent of PTAModel signatureDaniel Friesel-5/+10
2021-10-13analyze-kconfig: do not allow stddev by defaultDaniel Friesel-1/+1
2021-10-13kconfig: exhaustive enumeration of all valid configurationsDaniel Friesel-1/+194
2021-10-11kconfig: explore neighbourhood of int nodesDaniel Friesel-30/+52
2021-10-11analyze-kconfig: fix model exportDaniel Friesel-8/+11
2021-10-11AnalyticModel, PTAModel: add distinct_param_values_by_nameDaniel Friesel-2/+24
2021-10-11analyze-kconfig: obtain meta-data from nfpkeys.json ("make nfpkeys")Daniel Friesel-5/+3
2021-10-11explore-kconfig: store "make nfpkeys" output in data directoryDaniel Friesel-0/+7
2021-10-08Add model output for kconfig-webconfDaniel Friesel-1/+13
2021-10-08analyze-kconfig: show expected model performanceDaniel Friesel-0/+11
2021-10-08loader/kconfig: specify explicit kconfiglib pathDaniel Friesel-1/+1
2021-10-08GitLab CI: Add python3-frozendict requirementDaniel Friesel-1/+1
2021-10-08gitlab ci: fix submodule handlingDaniel Friesel-1/+2