Contents

minChildWeight

The minimum weight of each leaf node.

Declaration

var minChildWeight: Double

Discussion

The minimum child weight controls when the tree building should terminate based comparing the sum of the instance weights to the minChildWeight.

See Also

Accessing parameters