Skip to content

Commit

Permalink
set label_order_matters default to False for naive
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan458 committed Sep 24, 2024
1 parent a4569b4 commit 82fc6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalme/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def exact_matching_pairwise(item_gt, item_pred, label_weights=None, per_label=Fa
per_label=per_label)


def naive(x, y, per_label=False, label_order_matters=True, **kwargs):
def naive(x, y, per_label=False, label_order_matters=False, **kwargs):
"""
Naive comparison of annotations
Expand Down

0 comments on commit 82fc6d2

Please sign in to comment.