Jirka Borovec
|
9e35f979ea
|
Prune metrics: AUC & AUROC (#6572)
* class: AUC AUROC
* func: auc auroc
* format
* tests
|
2021-03-18 10:38:56 +01:00 |
Jirka Borovec
|
6453091b8a
|
Prune metrics base classes 2/n (#6530)
* base class
* extensions
* chlog
* _stable_1d_sort
* _check_same_shape
* _input_format_classification_one_hot
* utils
* to_onehot
* select_topk
* to_categorical
* get_num_classes
* reduce
* class_reduce
* tests
|
2021-03-15 19:28:18 +00:00 |
Dipam Vasani
|
06756a84e6
|
document exceptions for metrics/functional (#6273)
* document exceptions for metrics/functional
* Apply suggestions from code review
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
* Apply suggestions from code review
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
|
2021-03-15 12:07:52 +01:00 |
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 |
Jirka Borovec
|
963c17b669
|
formatting 6/n: metrics (#5722)
* yapf metrics
* op
|
2021-02-01 09:24:07 +01:00 |
Nicki Skafte
|
221c4a0ba2
|
[Metrics] AUC/AUROC class interface (#5479)
* base files
* auc done
* init files
* auc class interface
* fixing auc
* more fixes
* working auroc
* update auc
* add docs
* remove leftovers from merge
* suggestions
* fix f-string
* Apply suggestions from code review
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
* add deprecated tests
* make logic clearer
* Update pytorch_lightning/metrics/classification/auroc.py
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
* fix
* fix
* fix docs
* fix isort
* fix deprecated test
* fix tests
* fix tests
* fix isort
* Apply suggestions from code review
* add enum
* deprecate old impl
* update from suggestions
* chlog
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
|
2021-01-27 08:16:54 -05:00 |