summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-01-18 13:50:57 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-01-18 13:50:57 +0100
commit4bdff0ea29da7211fa4362211fa1d4ae413baa2f (patch)
treed724d51f30b13b2e7a0be1d3edbe753a8f3adaa5 /examples
parent548534dfe99e0235962ff72c97762f939290b404 (diff)
kconfig: ignore strings by default (implicit DFATOOL_KCONF_IGNORE_STRING=1)
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/busybox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/busybox.sh b/examples/busybox.sh
index f1baff1..a53ca3f 100755
--- a/examples/busybox.sh
+++ b/examples/busybox.sh
@@ -105,7 +105,7 @@ Once everything is done, you have various options for generating a kconfig-webco
To do so, call bin/analyze-kconfig.py from the data directory.
For example, to generate a CART:
-> DFATOOL_DTREE_SKLEARN_CART=1 DFATOOL_PARAM_CATEGORIAL_TO_SCALAR=1 DFATOOL_KCONF_IGNORE_STRING=1 DFATOOL_KCONF_WITH_CHOICE_NODES=0 ~/var/ess/aemr/dfatool/bin/analyze-kconfig.py --force-tree --skip-param-stats --export-webconf /tmp/busybox-cart.json ../busybox-1.35.0/Kconfig .
+> DFATOOL_DTREE_SKLEARN_CART=1 DFATOOL_PARAM_CATEGORIAL_TO_SCALAR=1 DFATOOL_KCONF_WITH_CHOICE_NODES=0 ~/var/ess/aemr/dfatool/bin/analyze-kconfig.py --force-tree --skip-param-stats --export-webconf /tmp/busybox-cart.json ../busybox-1.35.0/Kconfig .
By adding the option "--cross-validation kfold:10", you can determine the model prediction error.