lightning/pytorch_lightning/metrics
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
..
classification [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00
functional [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00
regression Fix isort failures in metrics (#5528) 2021-01-18 07:10:53 -05:00
__init__.py [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00
compositional.py Compositional metrics (#5464) 2021-01-26 11:56:12 -05:00
metric.py Compositional metrics (#5464) 2021-01-26 11:56:12 -05:00
utils.py [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00