Update scoring/specificity.py
Browse files- scoring/specificity.py +1 -1
scoring/specificity.py
CHANGED
@@ -115,7 +115,7 @@ def predict_batch(items: ProblematicList):
|
|
115 |
results.append(
|
116 |
BatchPredictionScoreItem(
|
117 |
problematic=batch_texts[j],
|
118 |
-
score=
|
119 |
)
|
120 |
)
|
121 |
|
|
|
115 |
results.append(
|
116 |
BatchPredictionScoreItem(
|
117 |
problematic=batch_texts[j],
|
118 |
+
score=score_specific_class
|
119 |
)
|
120 |
)
|
121 |
|