scikit-learn/sklearn/metrics
Thomas J. Fan d4aad64b1e
MNT Update to black 22.3.0 to resolve click error (#22983)
* MNT Update to black 22.3.0 to resolve click error

* STY Update for new black version
2022-03-29 12:04:41 +02:00
..
_plot DOC Ensures that sklearn.metrics._plot.confusion_matrix.plot_confusion_matrix passes numpydoc validation (#22842) 2022-03-22 01:22:10 +01:00
cluster MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
tests TST replace pytest.warns(None) in metrics/tests/test_pairwise.py (#22957) 2022-03-26 14:28:16 -04:00
__init__.py API get_scorer returns a copy and introduce get_scorer_names (#22866) 2022-03-20 07:30:21 +11:00
_base.py DOC Remove some str/unicode leftovers from Python 2 (#21270) 2021-10-08 13:55:15 +02:00
_classification.py DOC improve phrasing precision recall (#22924) 2022-03-23 12:01:18 +01:00
_dist_metrics.pxd ENH Introduce `PairwiseDistancesReduction` and `PairwiseDistancesArgKmin` (feature branch) (#22134) 2022-02-17 10:37:22 +01:00
_dist_metrics.pyx CLN Removes unused fused type (#22727) 2022-03-08 11:27:38 +01:00
_pairwise_distances_reduction.pyx DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
_pairwise_fast.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_ranking.py FIX Fix recall in multilabel classification when true labels are all negative (#19085) 2022-03-25 13:07:54 +01:00
_regression.py ENH migrate GLMs / TweedieRegressor to linear loss (#22548) 2022-03-28 19:20:01 -04:00
_scorer.py API get_scorer returns a copy and introduce get_scorer_names (#22866) 2022-03-20 07:30:21 +11:00
pairwise.py DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
setup.py ENH Introduce `PairwiseDistancesRadiusNeighborhood` (#22320) 2022-03-04 12:48:42 -05:00