Skip to content

ML.EVAL.CLASSIFICATION.AVERAGE_PRECISION

Returns the average precision classification score.

Syntax

ML.EVAL.CLASSIFICATION.AVERAGE_PRECISION(y_true, y_score, average, pos_label, sample_weight)

Arguments

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

Examples

Examples coming soon

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

See also