コード例 #1
0
 def get_scorer(self):
     return classification_metrics.F1Scorer()
コード例 #2
0
 def get_scorer(self):
     return classification_metrics.F1Scorer(self._label_list)