lightning/pytorch_lightning/metrics/functional
Prudhvi Rampey 2094633181
Implement partial auroc metric (#3790)
* Implement partial auroc metric

* Add pycodestyle changes

* Added tests for max_fpr

* changelog

* version for tests

* fix imports

* fix tests

* fix tests

* Added more thresholds in (0,1] to test max_fpr

* Removed deprecated 'reorder' param from auroc

* changelog

* Apply suggestions from code review

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* remove old structure

* Apply suggestions from code review

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

* fix test error

Co-authored-by: Nicki Skafte <nugginea@gmail.com>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2020-12-29 19:10:19 +01:00
..
__init__.py Classification metrics overhaul: accuracy metrics (2/n) (#4838) 2020-12-21 16:42:51 +01:00
accuracy.py Classification metrics overhaul: accuracy metrics (2/n) (#4838) 2020-12-21 16:42:51 +01:00
average_precision.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
classification.py Implement partial auroc metric (#3790) 2020-12-29 19:10:19 +01:00
confusion_matrix.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
explained_variance.py drop duplicate metrics (#5014) 2020-12-11 18:42:53 +01:00
f_beta.py fix/enable - check F401 (#5201) 2020-12-21 10:15:04 +01:00
hamming_distance.py Classification metrics overhaul: accuracy metrics (2/n) (#4838) 2020-12-21 16:42:51 +01:00
mean_absolute_error.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
mean_squared_error.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
mean_squared_log_error.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
nlp.py annotat unused vars (#5017) 2020-12-19 13:53:06 +01:00
precision_recall_curve.py refactor - check E501 (#5200) 2020-12-21 14:23:09 +05:30
psnr.py annotat unused vars (#5017) 2020-12-19 13:53:06 +01:00
reduction.py add back compatibility for deprecated metrics 1/n (#5067) 2020-12-11 22:11:21 +01:00
roc.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
self_supervised.py notices (#4118) 2020-10-13 07:18:07 -04:00
ssim.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00