scikit-learn/sklearn/metrics/tests
Franck Charras 77aeb825b6
FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940)
2023-12-18 16:43:08 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_classification.py FIX f1_score with zero_division=1 uses directly confusion matrix statistic (#27577) 2023-12-11 13:50:00 +01:00
test_common.py FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
test_dist_metrics.py FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01:00
test_pairwise.py MAINT remove parameter sum_over_features in manhattan_distances (#27860) 2023-11-28 15:31:38 +01:00
test_pairwise_distances_reduction.py MAINT Fix typos found by codespell (#27824) 2023-11-22 15:59:36 +00:00
test_ranking.py MAINT raise ValueError if y_true contain negative value in NDCG (#27859) 2023-11-28 10:18:45 +00:00
test_regression.py API replace mean_squared_error(square=False) by root_mean_squared_error (#26734) 2023-09-16 14:58:37 +02:00
test_score_objects.py ENH/DEPR add new response_method and deprecate needs_* in make_scorer (#26840) 2023-10-17 01:48:07 +00:00