6 references to CategoricalSmoothing
Microsoft.ML.LightGbm (6)
LightGbmTrainerBase.cs (6)
61
{nameof(
CategoricalSmoothing
), "cat_smooth" },
218
/// Constraints: <see cref="
CategoricalSmoothing
"/> >= 0.0
301
res[GetOptionName(nameof(
CategoricalSmoothing
))] =
CategoricalSmoothing
;
375
Contracts.CheckUserArg(options.
CategoricalSmoothing
>= 0, nameof(options.
CategoricalSmoothing
), "must be >= 0.");