evalLoss

@JvmName(name = "kwdfvvwvqklxnlrh")
suspend fun evalLoss(value: Output<Double>)
@JvmName(name = "abukqhoqjudgwkgd")
suspend fun evalLoss(value: Double?)

Parameters

value

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.