Exemplo n.º 1
0
 def _metric_fn(x):
   labels = x["labels"]
   predictions = x["predictions"]
   return metrics.true_negatives(labels, predictions)
Exemplo n.º 2
0
 def _metric_fn(x):
     labels = x["labels"]
     predictions = x["predictions"]
     return metrics.true_negatives(labels, predictions)