Contents

earlyStoppingIterationCount

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

Declaration

var earlyStoppingIterationCount: Int

Discussion

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.

See Also

Inspecting a time series classifier configuration