Contents

earlyStopIterationCount

The number of iterations to use when evaluating whether to stop early.

Declaration

var earlyStopIterationCount: Int

Discussion

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.

See Also

Getting the properties