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