scikit-learn/sklearn/metrics/tests
Guillaume Lemaitre 96b86b619f
MNT make error message consistent in brier_score_loss (#18183)
* MNT make error message consistent in brier_score_loss

* iter

* TST change error matching

* PEP8

* TST check consistent error message

* STY

* Apply suggestions from code review

Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>

* iter

* cleaner

* iter

* iter

* iter

* rename function with better name

* iter

Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-09-29 17:30:06 -04:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_classification.py MNT make error message consistent in brier_score_loss (#18183) 2020-09-29 17:30:06 -04:00
test_common.py MNT make error message consistent in brier_score_loss (#18183) 2020-09-29 17:30:06 -04:00
test_pairwise.py FIX Sets dtype for pairwise_distances when metric='seuclidean' (#15730) 2020-07-16 23:13:19 -04:00
test_ranking.py FIX improve error message with string-encoded target in metrics (#18192) 2020-09-02 13:01:13 -04:00
test_regression.py Added mean_absolute_percentage_error in metrics fixes #10708 (#15007) 2020-07-04 13:24:20 +02:00
test_score_objects.py ENH Adds support for multimetric callable return a dictionary (#15126) 2020-07-16 17:55:40 +02:00