def fbeta(_, predictions_binary, labels, parameters): return metrics.fbeta_score(labels, predictions_binary, **parameters)