lightning/pytorch_lightning/metrics/classification
deng-cy 3ee1b55bf1
Reformat iou [func] and add IoU class (#4704)
* added Iou

* Create iou.py

* Update iou.py

* Update iou.py

* Update CHANGELOG.md

* Update metrics.rst

* Update iou.py

* Update iou.py

* Update __init__.py

* Update iou.py

* Update iou.py

* Update classification.py

* Update classification.py

* Update classification.py

* Update __init__.py

* Update __init__.py

* Update iou.py

* Update classification.py

* Update metrics.rst

* Update CHANGELOG.md

* Update CHANGELOG.md

* add iou

* add test

* add test

* removed iou

* add iou

* add iou test

* add float

* reformat test_iou

* removed test_iou

* updated format

* updated format

* Update CHANGELOG.md

* updated format

* Update metrics.rst

* Apply suggestions from code review

merge suggestions

Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>

* added equations

* reformat init

* change format

* change format

* deprecate iou and test for this

* fix changelog

* delete iou test in test_classification

* format change

* format change

* format

* format

* format

* delete white space

* delete white space

* fix tests

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* better deprecation

* fix docs

* Apply suggestions from code review

* fix todo

Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-01-08 13:36:08 +00:00
..
__init__.py Reformat iou [func] and add IoU class (#4704) 2021-01-08 13:36:08 +00:00
accuracy.py Classification metrics overhaul: stat scores (3/n) (#4839) 2020-12-30 20:49:50 +01:00
average_precision.py drop duplicate metrics (#5014) 2020-12-11 18:42:53 +01:00
confusion_matrix.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
f_beta.py drop deprecated fbeta metrics (#5322) 2021-01-02 00:49:23 +00:00
hamming_distance.py Classification metrics overhaul: stat scores (3/n) (#4839) 2020-12-30 20:49:50 +01:00
helpers.py Classification metrics overhaul: stat scores (3/n) (#4839) 2020-12-30 20:49:50 +01:00
iou.py Reformat iou [func] and add IoU class (#4704) 2021-01-08 13:36:08 +00:00
precision_recall.py Updated metrics/classification/precision_recall.py (#5348) 2021-01-06 15:14:20 +01:00
precision_recall_curve.py refactor - check E501 (#5200) 2020-12-21 14:23:09 +05:30
roc.py drop duplicate metrics (#5014) 2020-12-11 18:42:53 +01:00
stat_scores.py Classification metrics overhaul: stat scores (3/n) (#4839) 2020-12-30 20:49:50 +01:00