LightGbmTrainerBase<TOptions,TOutput,TTransformer,TModel>.OptionsBase.LearningRate Field

Definition

The shrinkage rate for trees, used to prevent over-fitting.

public double? LearningRate;
val mutable LearningRate : Nullable<double>
Public LearningRate As Nullable(Of Double) 

Field Value

Valid range is (0,1].

Applies to