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