lightning/pytorch_lightning/metrics
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
..
classification Classification metrics overhaul: stat scores (3/n) (#4839) 2020-12-30 20:49:50 +01:00
functional [Metrics] R2Score (#5241) 2021-01-01 12:23:19 +01:00
regression [Metrics] R2Score (#5241) 2021-01-01 12:23:19 +01:00
__init__.py [Metrics] R2Score (#5241) 2021-01-01 12:23:19 +01:00
metric.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
utils.py Classification metrics overhaul: accuracy metrics (2/n) (#4838) 2020-12-21 16:42:51 +01:00