diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-03-07 10:52:34 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-03-07 10:52:34 +0100 |
commit | 92b4dd6e05df3b2805570fa1f86c35c33f147bec (patch) | |
tree | 96bddb10dc889888269e5dc808319720c74d30a3 /doc/modeling-method.md | |
parent | 9754b3a46dad43211539a3dbfbc7c5095bdf30f5 (diff) |
DFATOOL_RMT_IGNORE_IRRELEVANT_PARAMS=1 → DFATOOL_RMT_RELEVANCE_METHOD=std_by_param
Diffstat (limited to 'doc/modeling-method.md')
-rw-r--r-- | doc/modeling-method.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/modeling-method.md b/doc/modeling-method.md index 98d8fcf..585a8ea 100644 --- a/doc/modeling-method.md +++ b/doc/modeling-method.md @@ -43,7 +43,6 @@ All of these are valid regression model trees. ### Related Options * `--force-tree` builds a tree structure even if dfatool's heuristic indicates that no non-integer parameter affects the modeled performance attribute. -* `DFATOOL_RMT_IGNORE_IRRELEVANT_PARAMS=0` disables the relevant parameter detection heuristic when building the tree structure. By default, irrelevant parameters cannot end up as decision nodes. * `DFATOOL_RMT_SUBMODEL=fol` makes RMT only consider linear functions (a + bx) in regression analysis. Useful for comparison with LMT / M5. * `DFATOOL_PARAM_CATEGORICAL_TO_SCALAR=1` * `DFATOOL_ULS_SKIP_CODEPENDENT_CHECK=1` |