Jirka Borovec
|
a312219d42
|
Prune metric: helpers and inputs 3/n (#6547)
* _basic_input_validation
* _check_shape_and_type_consistency
* _check_num_classes_binary
* _check_num_classes_mc
* _check_num_classes_ml
* _check_top_k
* _check_classification_inputs
* _input_format_classification
* _reduce_stat_scores
* DataType
* rest
* flake8
* chlog
|
2021-03-16 13:54:06 +01:00 |
Nicki Skafte
|
0c80b9f890
|
fix metric docs (#5880)
|
2021-02-11 14:32:12 +00:00 |
yuntai
|
50fd4879a9
|
Update metrics to use Enum (#5689)
- Add DataType, AverageMethod and MDMCAverageMethod
|
2021-02-01 13:50:10 -05:00 |
Jirka Borovec
|
963c17b669
|
formatting 6/n: metrics (#5722)
* yapf metrics
* op
|
2021-02-01 09:24:07 +01:00 |
Jirka Borovec
|
3c6e06be96
|
drop duplicated metric helper (#5366)
* drop duplicated metric helper
* .
* fix tests
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
|
2021-01-06 18:49:59 -05:00 |
Nicki Skafte
|
bf7c28cd54
|
[Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface (#4549)
* initial changes
* remove old
* init files
* add average precision
* add precision_recall_curve
* add roc
* cleaning
* docs
* pep8
* docs
* pep8
* changelog
* examples prune duplicate roc
* format
* imports
* fix
* format
* flake8
* duplicate
* fix
* flake8
* docs
* docs
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
Co-authored-by: Nicki Skafte <nugginea@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
|
2020-12-04 22:42:23 +01:00 |
Nicki Skafte
|
e0b856c105
|
[Metrics] Confusion matrix class interface (#4348)
* docs + precision + recall + f_beta + refactor
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* rebase
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* fixes
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
* added missing file
* docs
* docs
* extra import
* add confusion matrix
* add to docs
* add test
* pep8 + isort
* update tests
* move util function
* unify functional and class
* add to init
* remove old implementation
* update tests
* pep8
* add duplicate
* fix doctest
* Update pytorch_lightning/metrics/classification/confusion_matrix.py
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
* changelog
* bullet point args
* bullet docs
* bullet docs
Co-authored-by: ananyahjha93 <ananya@pytorchlightning.ai>
Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: chaton <thomas@grid.ai>
Co-authored-by: Roger Shieh <55400948+s-rog@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
|
2020-10-30 11:44:25 +01:00 |