Skip to content

ML.EVAL.CLASSIFICATION.LOG_LOSS

Returns the log loss.

Syntax

ML.EVAL.CLASSIFICATION.LOG_LOSS(y_true, y_score, normalize, sample_weight, labels)

Arguments

Name Type Default Description
y_true Any Positional argument 1
y_score Any Positional argument 2
normalize Any TRUE Positional argument 3
sample_weight Any None Positional argument 4
labels Any None Positional argument 5

Examples

Examples coming soon

Working Excel formula examples for this function are not yet written.

See also