lightning/tests/metrics/classification
Nicki Skafte e0b856c105
[Metrics] Confusion matrix class interface (#4348)
* docs + precision + recall + f_beta + refactor

Co-authored-by: Teddy Koker <teddy.koker@gmail.com>

* rebase

Co-authored-by: Teddy Koker <teddy.koker@gmail.com>

* fixes

Co-authored-by: Teddy Koker <teddy.koker@gmail.com>

* added missing file

* docs

* docs

* extra import

* add confusion matrix

* add to docs

* add test

* pep8 + isort

* update tests

* move util function

* unify functional and class

* add to init

* remove old implementation

* update tests

* pep8

* add duplicate

* fix doctest

* Update pytorch_lightning/metrics/classification/confusion_matrix.py

Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>

* changelog

* bullet point args

* bullet docs

* bullet docs

Co-authored-by: ananyahjha93 <ananya@pytorchlightning.ai>
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: chaton <thomas@grid.ai>
Co-authored-by: Roger Shieh <55400948+s-rog@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2020-10-30 11:44:25 +01:00
..
__init__.py reverted "temporary drop metrics tests while speeding them up" and SKIP (#4115) 2020-10-14 19:01:43 +02:00
inputs.py Corrected f_beta computation (#4183) 2020-10-21 10:52:04 +02:00
test_accuracy.py [Metrics] Unification of regression (#4166) 2020-10-21 18:05:59 -04:00
test_confusion_matrix.py [Metrics] Confusion matrix class interface (#4348) 2020-10-30 11:44:25 +01:00
test_f_beta.py [Metrics] Unification of regression (#4166) 2020-10-21 18:05:59 -04:00
test_precision_recall.py [Metrics] Unification of regression (#4166) 2020-10-21 18:05:59 -04:00