We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055e4f6 commit b025009Copy full SHA for b025009
pytorch_lightning/metrics/functional/classification.py
@@ -806,7 +806,9 @@ def auc(
806
Args:
807
x: x-coordinates
808
y: y-coordinates
809
- reorder: reorder coordinates, so they are increasing
+ reorder: reorder coordinates, so they are increasing. The unstable algorithm of torch.argsort is
810
+ used internally to sort `x` which may in some cases cause inaccuracies in the result.
811
+ WARNING: Deprecated and will be removed in v1.1.
812
813
Return:
814
Tensor containing AUC score (float)
0 commit comments