lightning/pytorch_lightning/metrics
Abhik Banerjee b347b97e84 Updated metrics/classification/precision_recall.py (#5348)
There was a typo in Documentation of Code of the ```compute()``` function of ```Recall``` metric at line 210. It said "Computes accuracy over state." which should have been "Computes recall over state."

(cherry picked from commit d568533b6b)
2021-01-06 15:14:20 +01:00
..
classification Updated metrics/classification/precision_recall.py (#5348) 2021-01-06 15:14:20 +01:00
functional drop deprecated fbeta metrics (#5322) 2021-01-02 00:49:23 +00: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 Fix metric state reset (#5273) 2021-01-06 12:48:01 +01:00
utils.py Classification metrics overhaul: accuracy metrics (2/n) (#4838) 2020-12-21 16:42:51 +01:00