lightning/pytorch_lightning/metrics/functional
Nicki Skafte 6831ba9aa0
[Metrics] Unification of FBeta (#4656)
* implementation

* init files

* more stable reduction

* add tests

* docs

* remove old implementation

* pep8

* changelog

* Apply suggestions from code review

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

Co-authored-by: Nicki Skafte <nugginea@gmail.com>
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2020-11-23 09:44:35 +01:00
..
__init__.py [Metrics] Unification of FBeta (#4656) 2020-11-23 09:44:35 +01:00
classification.py [Metrics] Unification of FBeta (#4656) 2020-11-23 09:44:35 +01:00
confusion_matrix.py [Metrics] Confusion matrix class interface (#4348) 2020-10-30 11:44:25 +01:00
explained_variance.py [Metrics] Unification of regression (#4166) 2020-10-21 18:05:59 -04:00
f_beta.py [Metrics] Unification of FBeta (#4656) 2020-11-23 09:44:35 +01:00
mean_absolute_error.py [Metrics] Unification of regression (#4166) 2020-10-21 18:05:59 -04:00
mean_squared_error.py [Metrics] Unification of regression (#4166) 2020-10-21 18:05:59 -04:00
mean_squared_log_error.py [Metrics] Unification of regression (#4166) 2020-10-21 18:05:59 -04:00
nlp.py notices (#4118) 2020-10-13 07:18:07 -04:00
psnr.py [Metrics] Unification of regression (#4166) 2020-10-21 18:05:59 -04:00
reduction.py [Metrics] Unification of FBeta (#4656) 2020-11-23 09:44:35 +01:00
self_supervised.py notices (#4118) 2020-10-13 07:18:07 -04:00
ssim.py [metrics] Update SSIM (#4566) 2020-11-19 11:51:18 +06:30