Skip to content

Commit

Permalink
update changelog for 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Isac Arnekvist authored and isacarnekvist committed Apr 26, 2024
1 parent e2108eb commit ada05e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/whats_new/v1.5.rst
Expand Up @@ -158,7 +158,7 @@ Changelog
..........................

- |Fix| Fixed a regression in :class:`calibration.CalibratedClassifierCV` where
an error was wrongly raised with string targets.
an error was wrongly raised with string targets.
:pr:`28843` by :user:`Jérémie du Boisberranger <jeremiedbb>`.

:mod:`sklearn.cluster`
Expand Down Expand Up @@ -352,6 +352,10 @@ Changelog
:mod:`sklearn.metrics`
......................

- |Feature| :func:`metrics.precision_recall_curve` now works with multiclass predictions
and labels, with the possibility to specify the average strategy.
:pr:`28890` by :user:`Isac Arnekvist <isacarnekvist>`.

- |Feature| :func:`metrics.pairwise_distances` accepts calculating pairwise distances
for non-numeric arrays as well. This is supported through custom metrics only.
:pr:`27456` by :user:`Venkatachalam N <venkyyuvy>`, :user:`Kshitij Mathur <Kshitij68>`
Expand Down

0 comments on commit ada05e7

Please sign in to comment.