evalLoss property

double? evalLoss
getter/setter pair

[Output-only, Beta] Eval loss computed on the eval data at the end of the iteration.

The eval loss is used for early stopping to avoid overfitting. No eval loss if eval_split_method option is specified as no_split or auto_split with input data size less than 500 rows.

Implementation

core.double? evalLoss;