probly.metrics.torch.precision_recall_curve_torch¶ probly.metrics.torch.precision_recall_curve_torch(y_true: Tensor, y_score: Tensor) → tuple[Tensor, Tensor, Tensor][source]¶ Compute precision-recall curve along the last axis.