Share via


BoosterParameterBase.OptionsBase.SubsampleFraction Field

Definition

The fraction of training data used for creating trees.

public double SubsampleFraction;
val mutable SubsampleFraction : double
Public SubsampleFraction As Double 

Field Value

Setting it to 0.5 means that LightGBM randomly picks half of the data points to grow trees. This can be used to speed up training and to reduce over-fitting. Valid range is (0,1].

Applies to