Searched refs:_binary_clf_curve (Results 1 – 2 of 2) sorted by relevance
141 fps, tps, thresholds = self._binary_clf_curve(y_pred, y, sample_weights=sample_weights,
111 def _binary_clf_curve(self, preds, target, sample_weights=None, pos_label=1): member in Metric