Skip to content

Commit 6d379b1

Browse files
committed
remove debug print
1 parent 4ba31ae commit 6d379b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

edsnlp/metrics/doc_classif.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ def doc_classification_metric(
4545
pred_labels.append(pred)
4646
gold_labels.append(gold)
4747

48-
print(pred_labels, gold_labels)
49-
5048
labels = set(gold_labels) | set(pred_labels)
5149
results = {}
5250
for label in labels:

0 commit comments

Comments
 (0)