Skip to content

ML.EVAL.CLASSIFICATION.JACCARD

Returns the Jaccard classification score.

Syntax

ML.EVAL.CLASSIFICATION.JACCARD(y_true, y_pred, labels, pos_label, average, sample_weight, zero_division)

Arguments

Name Type Default Description
y_true Any Positional argument 1
y_pred Any Positional argument 2
labels Any None Positional argument 3
pos_label Any 1 Positional argument 4
average Any "binary" Positional argument 5
sample_weight Any None Positional argument 6
zero_division Any "warn" Positional argument 7

Examples

Examples coming soon

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

See also