lightning/pytorch_lightning/metrics
elias-ramzi 92f122e0df
Fix average_precision metric (#2319)
* Fixed average_precision metric, parenthesis were missing. Added test test that failed with the old implementation

* Modified CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-06-23 13:21:00 +02:00
..
functional Fix average_precision metric (#2319) 2020-06-23 13:21:00 +02:00
__init__.py [metrics] IoU Metric (#2062) 2020-06-18 09:06:31 -04:00
classification.py [metrics] IoU Metric (#2062) 2020-06-18 09:06:31 -04:00
converters.py Native torch metrics (#1488) 2020-06-13 08:47:25 -04:00
metric.py Metric docs fix (#2209) 2020-06-17 07:34:39 -04:00
regression.py Regression metrics (#2221) 2020-06-17 13:44:06 -04:00
sklearns.py Metric docs fix (#2209) 2020-06-17 07:34:39 -04:00