lightning/pytorch_lightning/metrics/classification
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
..
__init__.py add back compatibility for deprecated metrics 2/n (#5068) 2020-12-11 22:56:19 +01:00
accuracy.py
average_precision.py drop duplicate metrics (#5014) 2020-12-11 18:42:53 +01:00
confusion_matrix.py
f_beta.py Remove beta arg from F1 class and functional (#5076) 2020-12-12 15:14:17 +08:00
helpers.py Classification metrics overhaul: input formatting standardization (1/n) (#4837) 2020-12-07 17:49:35 +01:00
precision_recall.py Updated metrics/classification/precision_recall.py (#5348) 2021-01-05 08:15:06 -05:00
precision_recall_curve.py drop duplicate metrics (#5014) 2020-12-11 18:42:53 +01:00
roc.py drop duplicate metrics (#5014) 2020-12-11 18:42:53 +01:00