nEpochs

@SerialName(value = "n_epochs")
val nEpochs: Hyperparameters.NEpochs

The number of training epochs.

This parameter can either be a specific number or the string "auto", where "auto" implies that the number of epochs will be determined automatically. It uses a sealed interface NEpochs to accept either an integer or a string value.