lightning/pytorch_lightning/metrics
Justus Schock 4dc4c8cfa5
Metric aggregation (#3321)
* metric aggregation

* metric aggregation

* add at_least_1d

* fix output formatting

* add metric tests

* add missing test case

* remove reduce_op frm metric classes

* fix reduce_op stuff

* start test fixing

* fix tests due to aggregation

* fix faulty import

* Apply suggestions from code review

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* remove reduce_op docstrings

* add compute

* remove import

* remove collection metric

* update base class

* update tests

* Update metric.py

* Update metric.py

* Apply suggestions from code review

* change default aggregate

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
2020-09-14 07:23:11 -04:00
..
functional fix normalize mode at confusion matrix (replace nans with zeros) (#3465) 2020-09-14 10:05:51 +02:00
__init__.py [Metrics] class based embedding similarity + tests (#3358) 2020-09-11 12:11:50 +02:00
classification.py Metric aggregation (#3321) 2020-09-14 07:23:11 -04:00
converters.py Metric aggregation (#3321) 2020-09-14 07:23:11 -04:00
metric.py Metric aggregation (#3321) 2020-09-14 07:23:11 -04:00
nlp.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
regression.py Fix RMSLE metric (#3188) 2020-08-26 08:02:53 -04:00
self_supervised.py [Metrics] class based embedding similarity + tests (#3358) 2020-09-11 12:11:50 +02:00
sklearns.py Metric aggregation (#3321) 2020-09-14 07:23:11 -04:00