def false_negatives(_, predictions_binary, labels, parameters): return int(confusion_matrix(labels, predictions_binary)[1, 0])