2 writes to MinimumExampleCountPerGroup
Microsoft.ML.Samples (1)
Dynamic\Trainers\Ranking\LightGbmWithOptions.cs (1)
34
MinimumExampleCountPerGroup
= 10,
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
467
MinimumExampleCountPerGroup
= 1,
5 references to MinimumExampleCountPerGroup
Microsoft.ML.LightGbm (5)
LightGbmTrainerBase.cs (5)
59
{nameof(
MinimumExampleCountPerGroup
), "min_data_per_group" },
278
res[GetOptionName(nameof(
MinimumExampleCountPerGroup
))] =
MinimumExampleCountPerGroup
;
349
Contracts.CheckUserArg(options.
MinimumExampleCountPerGroup
> 0, nameof(options.
MinimumExampleCountPerGroup
), "must be > 0.");