Contents

earlyStoppingTolerance

The early-stopping tolerance.

Declaration

var earlyStoppingTolerance: Double

Discussion

The tolerance is used by the fitted method to decide when progress is no longer being made, in which case the training process will stop before the specified maximum number of iterations (known as early stopping). Significant progress happens when the validation loss decreases by at least the tolerance.

Defaults to 0.01.

See Also

Getting the properties