lightning/pytorch_lightning/metrics/regression
Nicki Skafte 9dbdffca1e
[Metrics] R2Score (#5241)
* add r2metric

* change init

* add test

* add docs

* add math

* Apply suggestions from code review

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

* changelog

* adjusted parameter

* add more test

* pep8

* Apply suggestions from code review

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* add warnings for adjusted score

Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2021-01-01 12:23:19 +01:00
..
__init__.py [Metrics] R2Score (#5241) 2021-01-01 12:23:19 +01:00
explained_variance.py Add formulas and references to metrics docs (#4823) 2020-11-25 09:05:30 +01:00
mean_absolute_error.py fix/enable - check F401 (#5201) 2020-12-21 10:15:04 +01:00
mean_squared_error.py Add formulas and references to metrics docs (#4823) 2020-11-25 09:05:30 +01:00
mean_squared_log_error.py Add formulas and references to metrics docs (#4823) 2020-11-25 09:05:30 +01:00
psnr.py Add formulas and references to metrics docs (#4823) 2020-11-25 09:05:30 +01:00
r2score.py [Metrics] R2Score (#5241) 2021-01-01 12:23:19 +01:00
ssim.py Add formulas and references to metrics docs (#4823) 2020-11-25 09:05:30 +01:00