lightning/pytorch_lightning/metrics/classification
Jirka Borovec f2c2a692e1
drop deprecated fbeta metrics (#5322)
* drop deprecated fbeta metrics

* flake8

* imports

* chlog
2021-01-02 00:49:23 +00:00
..
__init__.py drop deprecated fbeta metrics (#5322) 2021-01-02 00:49:23 +00:00
accuracy.py Classification metrics overhaul: stat scores (3/n) (#4839) 2020-12-30 20:49:50 +01:00
average_precision.py drop duplicate metrics (#5014) 2020-12-11 18:42:53 +01:00
confusion_matrix.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
f_beta.py drop deprecated fbeta metrics (#5322) 2021-01-02 00:49:23 +00:00
hamming_distance.py Classification metrics overhaul: stat scores (3/n) (#4839) 2020-12-30 20:49:50 +01:00
helpers.py Classification metrics overhaul: stat scores (3/n) (#4839) 2020-12-30 20:49:50 +01:00
precision_recall.py [Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549) 2020-12-04 22:42:23 +01:00
precision_recall_curve.py refactor - check E501 (#5200) 2020-12-21 14:23:09 +05:30
roc.py drop duplicate metrics (#5014) 2020-12-11 18:42:53 +01:00
stat_scores.py Classification metrics overhaul: stat scores (3/n) (#4839) 2020-12-30 20:49:50 +01:00