lightning/pytorch_lightning/metrics/classification
Akihiro Nitta 1d28d11a07
Minor fixes/improvements in Metric docs (#6114)
* Fix wrong render

* Improve classification metrics docs

* Improve other domain metrics docs

* Change the structure level in the docs
2021-02-22 16:50:59 +08: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 Minor fixes/improvements in Metric docs (#6114) 2021-02-22 16:50:59 +08:00
average_precision.py fix metric docs (#5880) 2021-02-11 14:32:12 +00:00
confusion_matrix.py fix metric docs (#5880) 2021-02-11 14:32:12 +00:00
f_beta.py remove executable bit on source files (#5929) 2021-02-12 00:06:40 +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 fix metric docs (#5880) 2021-02-11 14:32:12 +00:00
precision_recall.py move to Pages dir (#4869) 2021-01-26 15:07:07 -05:00
precision_recall_curve.py Minor fixes/improvements in Metric docs (#6114) 2021-02-22 16:50:59 +08:00
roc.py Minor fixes/improvements in Metric docs (#6114) 2021-02-22 16:50:59 +08:00
stat_scores.py formatting 6/n: metrics (#5722) 2021-02-01 09:24:07 +01:00