Skip to content

ML.EVAL.CLASSIFICATION.ACCURACY

Returns the accuracy classification score.

Syntax

ML.EVAL.CLASSIFICATION.ACCURACY(y_true, y_pred, normalize, sample_weight)

Arguments

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

Examples

Examples coming soon

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

See also