LightCARTHyperparameters
VariantSingle LightGBM tree (CART mode). See `setup_LightCART`.
Properties
num_leavestunableinteger≥ 1Maximum number of leaves in one tree.
max_depthtunableintegerMaximum tree depth. -1 = no limit.
lambda_l1tunablenumber≥ 0L1 regularization.
lambda_l2tunablenumber≥ 0L2 regularization.
min_data_in_leaftunableinteger≥ 1Minimum number of cases in a leaf.
max_cat_thresholdtunableinteger≥ 1Maximum number of split points for categorical features.
min_data_per_grouptunableinteger≥ 1Minimum number of cases per categorical group.
linear_treetunablebooleanFit linear models at leaves.
objectivestring | nullLightGBM objective. NULL = set from outcome type.
ifwtunablebooleanInverse Frequency Weighting in classification.
Relationships
Used by