epochCount property

int? epochCount
final

Immutable. The number of training epochs. An epoch is one pass through the training data. If not set, a default of 5 will be used.

Implementation

final int? epochCount;