LightGbmTrainerBase<TOptions,TOutput,TTransformer,TModel>.OptionsBase.CategoricalSmoothing Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Laplace smooth term in categorical feature split. This can reduce the effect of noises in categorical features, especially for categories with few data.
public double CategoricalSmoothing;
val mutable CategoricalSmoothing : double
Public CategoricalSmoothing As Double
Field Value
Constraints: CategoricalSmoothing >= 0.0