Computes the AUC explicitly using Numpy. Args: predictions: an ndarray with shape [N]. labels: an ndarray with shape [N]. weights: an ndarray with shape [N]. Returns: the area under the ROC curve.
(self, predictions, labels, weights)
source not stored for this graph (policy: none)
no test coverage detected