LightGbmTrainerBase<TOptions,TOutput,TTransformer,TModel>.OptionsBase.EarlyStoppingRound 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.
Determines the number of rounds, after which training will stop if validation metric doesn't improve.
public int EarlyStoppingRound;
val mutable EarlyStoppingRound : int
Public EarlyStoppingRound As Integer
Field Value
0 means disable early stopping.