π Unsorted List Exact MatchΒΆ
metrics.unsorted_list_exact_match
Explanation about UnsortedListExactMatchΒΆ
Measures exact match between prediction and reference lists, ignoring order.
Range: [0, 1] (higher is better) Returns 1.0 if sorted prediction equals sorted reference, 0.0 otherwise.
Read more about catalog usage here.