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