lightning/pytorch_lightning/metrics/classification
Nicki Skafte 605c5a8c9a Fix `num_classes` arg in F1 metric (#5663)
* fix f1 metric

* Apply suggestions from code review

* chlog

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
2021-02-05 21:40:30 +01:00
..
__init__.py [Metrics] AUC/AUROC class interface (#5479) 2021-01-27 08:16:54 -05:00
accuracy.py move to Pages dir (#4869) 2021-01-26 15:07:07 -05:00
auc.py formatting 6/n: metrics (#5722) 2021-02-01 09:24:07 +01:00
auroc.py formatting 6/n: metrics (#5722) 2021-02-01 09:24:07 +01:00
average_precision.py formatting 6/n: metrics (#5722) 2021-02-01 09:24:07 +01:00
confusion_matrix.py formatting 6/n: metrics (#5722) 2021-02-01 09:24:07 +01:00
f_beta.py Fix `num_classes` arg in F1 metric (#5663) 2021-02-05 21:40:30 +01:00
hamming_distance.py move to Pages dir (#4869) 2021-01-26 15:07:07 -05:00
helpers.py Update metrics to use Enum (#5689) 2021-02-01 13:50:10 -05:00
iou.py formatting 6/n: metrics (#5722) 2021-02-01 09:24:07 +01:00
precision_recall.py move to Pages dir (#4869) 2021-01-26 15:07:07 -05:00
precision_recall_curve.py formatting 6/n: metrics (#5722) 2021-02-01 09:24:07 +01:00
roc.py formatting 6/n: metrics (#5722) 2021-02-01 09:24:07 +01:00
stat_scores.py formatting 6/n: metrics (#5722) 2021-02-01 09:24:07 +01:00