earlyStoppingIterationCount
The number of iterations to use when evaluating whether to stop early.
Declaration
var earlyStoppingIterationCount: IntDiscussion
The fitted method will stop if no significant progress is made for this many iterations. Significant progress happens when the validation error decreases by at least convergenceThreshold.