4 references to MinimumChildWeight
Microsoft.ML.LightGbm (4)
LightGbmArguments.cs (4)
41{nameof(OptionsBase.MinimumChildWeight), "min_child_weight"}, 50Contracts.CheckUserArg(options.MinimumChildWeight >= 0, nameof(OptionsBase.MinimumChildWeight), "must be >= 0."); 88/// If the tree partition step results in a leaf node with the sum of instance weight less than <see cref="MinimumChildWeight"/>,