1 write to L2CategoricalRegularization
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
237
L2CategoricalRegularization
= 5,
5 references to L2CategoricalRegularization
Microsoft.ML.LightGbm (5)
LightGbmTrainerBase.cs (5)
62
{nameof(
L2CategoricalRegularization
), "cat_l2" },
281
res[GetOptionName(nameof(
L2CategoricalRegularization
))] =
L2CategoricalRegularization
;
352
Contracts.CheckUserArg(options.
L2CategoricalRegularization
>= 0.0, nameof(options.
L2CategoricalRegularization
), "must be >= 0.");