lightning/pytorch_lightning/metrics
Nicki Skafte 8a3c800641
Update explained variance metric (#4024)
* update metrics

* pep8

* Update pytorch_lightning/metrics/regression/explained_variance.py

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

* add typing for testing utils

* change from assert to raise exception

* add test for raised shape error

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-10-09 19:23:12 -04:00
..
classification revamp entire metrics (#3868) 2020-10-06 17:03:24 -04:00
functional latest restore func metrics (#3949) 2020-10-07 14:26:30 -04:00
regression Update explained variance metric (#4024) 2020-10-09 19:23:12 -04:00
__init__.py Implement Explained Variance Metric + metric fix (#4013) 2020-10-08 22:58:33 -04:00
metric.py Update explained variance metric (#4024) 2020-10-09 19:23:12 -04:00
utils.py revamp entire metrics (#3868) 2020-10-06 17:03:24 -04:00