Contents

minimumChildWeight

The minimum weight of each leaf node.

Declaration

var minimumChildWeight: Double

Discussion

Larger values result in more conservative tree learning and help prevent overfitting. If the tree learning algorithm results in a leaf node with the sum of instance weights less than this value, tree building will terminate. Defaults to 0.1

See Also

Inspecting the configuration