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 loss decreases by at least earlyStoppingTolerance.
Defaults to 10.