Skip to content

Commit 4f9c0a4

Browse files
committed
fix docstring
1 parent fb8ca85 commit 4f9c0a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/valor_lite/object_detection/metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def confusion_matrix(
576576
577577
This class encapsulates detailed information about the model's performance, including correct
578578
predictions, misclassifications, unmatched_predictions (subset of false positives), and unmatched ground truths
579-
(subset of false negatives). It provides counts and examples for each category to facilitate in-depth analysis.
579+
(subset of false negatives).
580580
581581
Confusion Matrix Format:
582582
{

0 commit comments

Comments
 (0)