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