8000 FIX out of bound error in split_indices (#21130) · scikit-learn/scikit-learn@1b97932 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b97932

Browse files
lorentzenchrthomasjpfanogrisel
authored andcommitted
FIX out of bound error in split_indices (#21130)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com> Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
1 parent f0e0922 commit 1b97932

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/whats_new/v1.1.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,21 @@ Changelog
3838
:pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
3939
where 123456 is the *pull request* number, not the issue number.
4040
41+
:mod:`sklearn.calibration`
42+
..........................
43+
44+
- |Enhancement| :func:`calibration.calibration_curve` accepts a parameter
45+
`pos_label` to specify the positive class label.
46+
:pr:`21032` by :user:`Guillaume Lemaitre <glemaitre>`.
47+
48+
:mod:`sklearn.ensemble`
49+
...........................
50+
51+
- |Fix| Fixed a bug that could produce a segfault in rare cases for
52+
:class:`ensemble.HistGradientBoostingClassifier` and
53+
:class:`ensemble.HistGradientBoostingRegressor`.
54+
:pr:`21130` :user:`Christian Lorentzen <lorentzenchr>`.
55+
4156
:mod:`sklearn.linear_model`
4257
...........................
4358

0 commit comments

Comments
 (0)
0