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.
Stops training after this number of iterations where the validation metric does not improve.
var earlyStoppingIterationCount: Int?Validation data must be specified for an early stop.