예제 #1
0
 def get_scorer(self):
     return classification_metrics.F1Scorer()
예제 #2
0
 def get_scorer(self):
     return classification_metrics.F1Scorer(self._label_list)