We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba31ae commit 6d379b1Copy full SHA for 6d379b1
edsnlp/metrics/doc_classif.py
@@ -45,8 +45,6 @@ def doc_classification_metric(
45
pred_labels.append(pred)
46
gold_labels.append(gold)
47
48
- print(pred_labels, gold_labels)
49
-
50
labels = set(gold_labels) | set(pred_labels)
51
results = {}
52
for label in labels:
0 commit comments