BoosterParameterBase.OptionsBase.SubsampleFrequency 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 frequency of performing subsampling (bagging).
public int SubsampleFrequency;
val mutable SubsampleFrequency : int
Public SubsampleFrequency As Integer
Field Value
0 means disable bagging. N means perform bagging at every N iterations. To enable bagging, SubsampleFraction should also be set to a value less than 1.0.