lightning/pytorch_lightning/metrics/functional
Nicki Skafte 221c4a0ba2
[Metrics] AUC/AUROC class interface (#5479)
* base files

* auc done

* init files

* auc class interface

* fixing auc

* more fixes

* working auroc

* update auc

* add docs

* remove leftovers from merge

* suggestions

* fix f-string

* Apply suggestions from code review

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* add deprecated tests

* make logic clearer

* Update pytorch_lightning/metrics/classification/auroc.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* fix

* fix

* fix docs

* fix isort

* fix deprecated test

* fix tests

* fix tests

* fix isort

* Apply suggestions from code review

* add enum

* deprecate old impl

* update from suggestions

* chlog

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
2021-01-27 08:16:54 -05:00
..
__init__.py [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00
accuracy.py move to Pages dir (#4869) 2021-01-26 15:07:07 -05:00
auc.py [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00
auroc.py [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00
average_precision.py Fix isort failures in metrics (#5528) 2021-01-18 07:10:53 -05:00
classification.py [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00
confusion_matrix.py drop duplicated metric helper (#5366) 2021-01-06 18:49:59 -05:00
explained_variance.py Fix isort failures in metrics (#5528) 2021-01-18 07:10:53 -05:00
f_beta.py fix some minor typos in docs (#5369) 2021-01-07 08:01:52 -05:00
hamming_distance.py move to Pages dir (#4869) 2021-01-26 15:07:07 -05:00
image_gradients.py added image-gradients (#4763) [1/2] (#5056) 2021-01-07 20:34:38 +01:00
iou.py Fix isort failures in metrics (#5528) 2021-01-18 07:10:53 -05:00
mean_absolute_error.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
mean_squared_error.py fix some minor typos in docs (#5369) 2021-01-07 08:01:52 -05:00
mean_squared_log_error.py fix some minor typos in docs (#5369) 2021-01-07 08:01:52 -05:00
nlp.py annotat unused vars (#5017) 2020-12-19 13:53:06 +01:00
precision_recall.py move to Pages dir (#4869) 2021-01-26 15:07:07 -05:00
precision_recall_curve.py [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00
psnr.py Fix isort failures in metrics (#5528) 2021-01-18 07:10:53 -05:00
r2score.py fix some minor typos in docs (#5369) 2021-01-07 08:01:52 -05:00
reduction.py Fix isort failures in metrics (#5528) 2021-01-18 07:10:53 -05:00
roc.py Fix isort failures in metrics (#5528) 2021-01-18 07:10:53 -05:00
self_supervised.py notices (#4118) 2020-10-13 07:18:07 -04:00
ssim.py fix some minor typos in docs (#5369) 2021-01-07 08:01:52 -05:00
stat_scores.py move to Pages dir (#4869) 2021-01-26 15:07:07 -05:00