From 8890151d028e383fbc878a3e58bdf67dc08c0d69 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 26 Jan 2024 08:22:50 +0100 Subject: LMT documentation: refer to lineartree.py for details --- doc/modeling-method.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/modeling-method.md b/doc/modeling-method.md index 6357cd8..27cb334 100644 --- a/doc/modeling-method.md +++ b/doc/modeling-method.md @@ -25,7 +25,14 @@ They always use a maximum depth of 20. ### Related Options +See the [LinearTreeRegressor documentation](lib/lineartree/lineartree.py) for details on training hyper-parameters. + * `DFATOOL_PARAM_CATEGORIAL_TO_SCALAR=1` converts categorial parameters (which are not supported by LMT) to numeric ones. +* `DFATOOL_LMT_MAX_DEPTH` +* `DFATOOL_LMT_MIN_SAMPLES_SPLIT` +* `DFATOOL_LMT_MIN_SAMPLES_LEAF` +* `DFATOOL_LMT_MAX_BINS` +* `DFATOOL_LMT_CRITERION` ## RMT (Regression Model Trees) -- cgit v1.2.3