learningRate property

double? learningRate
final

Optional. Immutable. The learning rate hyperparameter for tuning. If not set, a default of 0.001 or 0.0002 will be calculated based on the number of training examples.

Implementation

final double? learningRate;