adrienbrdne commited on
Commit
06303ec
·
verified ·
1 Parent(s): f423824

Update scoring/specificity.py

Browse files
Files changed (1) hide show
  1. 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=score_class_1
119
  )
120
  )
121
 
 
115
  results.append(
116
  BatchPredictionScoreItem(
117
  problematic=batch_texts[j],
118
+ score=score_specific_class
119
  )
120
  )
121