Skip to content

ML.EVAL.CLASSIFICATION.TOP_K_ACCURACY

Returns the top-k accuracy classification score.

Syntax

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

Arguments

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

Examples

Examples coming soon

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

See also