scikit-learn/sklearn/metrics
Franck Charras 77aeb825b6
FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940)
2023-12-18 16:43:08 +01:00
..
_pairwise_distances_reduction DOC Update Pairwise Distances Reductions' documentation (#27525) 2023-11-07 09:53:26 -05:00
_plot DOC Fixed some typos (#27410) 2023-09-19 12:35:02 +02:00
cluster DOC add example for contingency_matrix docstring (#27715) 2023-11-10 12:47:37 +11:00
tests FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
__init__.py API replace mean_squared_error(square=False) by root_mean_squared_error (#26734) 2023-09-16 14:58:37 +02:00
_base.py MAINT Introduce BinaryClassifierCurveDisplayMixin (#25969) 2023-04-03 14:43:58 -04:00
_classification.py FIX f1_score with zero_division=1 uses directly confusion matrix statistic (#27577) 2023-12-11 13:50:00 +01:00
_dist_metrics.pxd.tp ENH Introduce dtype preservation semantics in `DistanceMetric` objects. (#27006) 2023-08-10 20:03:47 +00:00
_dist_metrics.pyx.tp ENH Introduce dtype preservation semantics in `DistanceMetric` objects. (#27006) 2023-08-10 20:03:47 +00:00
_pairwise_fast.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_ranking.py MAINT raise ValueError if y_true contain negative value in NDCG (#27859) 2023-11-28 10:18:45 +00:00
_regression.py DOC use latex notation for d2_tweedie_score docstring (#27681) 2023-10-30 11:17:32 +01:00
_scorer.py ENH/DEPR add new response_method and deprecate needs_* in make_scorer (#26840) 2023-10-17 01:48:07 +00:00
pairwise.py MAINT remove parameter sum_over_features in manhattan_distances (#27860) 2023-11-28 15:31:38 +01:00