Contents

minimumLossReduction

Minimum loss reduction required to further split a node during the tree learning phase.

Declaration

var minimumLossReduction: Double

Discussion

Larger values can help prevent overfitting by avoiding splits that do not sufficiently reduce the loss function. Defaults to 0.

See Also

Inspecting the configuration