Contents

earlyStoppingIterationCount

Stops training after this number of iterations where the validation metric does not improve.

Declaration

var earlyStoppingIterationCount: Int?

Discussion

Validation data must be specified for an early stop.

See Also

Inspecting the configuration