LightCARTHyperparameters
VariantSingle LightGBM tree (CART mode). See `setup_LightCART`.
Properties
num_leavestunableintegerdefault32≥ 1Maximum number of leaves in one tree.
max_depthtunableintegerdefault-1Maximum tree depth. -1 = no limit.
lambda_l1tunablenumberdefault0≥ 0L1 regularization.
lambda_l2tunablenumberdefault0≥ 0L2 regularization.
min_data_in_leaftunableintegerdefault20≥ 1Minimum number of cases in a leaf.
max_cat_thresholdtunableintegerdefault32≥ 1Maximum number of split points for categorical features.
min_data_per_grouptunableintegerdefault100≥ 1Minimum number of cases per categorical group.
linear_treetunablebooleandefaultfalseFit linear models at leaves.
objectivestring | nulldefaultnullLightGBM objective. NULL = set from outcome type.
ifwtunablebooleandefaultfalseInverse Frequency Weighting in classification.
Relationships
Used by