BoosterParameterBase.OptionsBase.SubsampleFraction 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.
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].