Skip to content

ML.EVAL.CLASSIFICATION.BRIER_SCORE_LOSS

Returns the Brier score loss.

Syntax

ML.EVAL.CLASSIFICATION.BRIER_SCORE_LOSS(y_true, y_score, sample_weight, pos_label)

Arguments

Name Type Default Description
y_true Any Positional argument 1
y_score Any Positional argument 2
sample_weight Any None Positional argument 3
pos_label Any 1 Positional argument 4

Examples

Examples coming soon

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

See also