lightning/pytorch_lightning/metrics
Abhik Banerjee d568533b6b
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."
2021-01-05 08:15:06 -05:00
..
classification Updated metrics/classification/precision_recall.py (#5348) 2021-01-05 08:15:06 -05:00
functional Remove beta arg from F1 class and functional (#5076) 2020-12-12 15:14:17 +08:00
regression Add formulas and references to metrics docs (#4823) 2020-11-25 09:05:30 +01:00
__init__.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
metric.py Fix metric state reset (#5273) 2020-12-29 16:09:10 -05:00
utils.py Classification metrics overhaul: input formatting standardization (1/n) (#4837) 2020-12-07 17:49:35 +01:00