Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 28bfac2

Browse filesBrowse files
committed
DOC update whats new 0.24 for backport (scikit-learn#19434)
1 parent 3b11a40 commit 28bfac2
Copy full SHA for 28bfac2

File tree

1 file changed

+14
-0
lines changed
Filter options

1 file changed

+14
-0
lines changed

‎doc/whats_new/v0.24.rst

Copy file name to clipboardExpand all lines: doc/whats_new/v0.24.rst
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Changelog
1919
with `sample_weight` parameter and `least_absolute_deviation` loss function.
2020
:pr:`19407` by :user:`Vadim Ushtanit <vadim-ushtanit>`.
2121

22+
:mod:`sklearn.linear_model`
23+
...........................
24+
25+
- |Fix|: Fixed a bug in :class:`linear_model.LogisticRegression`: the
26+
sample_weight object is not modified anymore. :pr:`19182` by
27+
:user:`Yosuke KOBAYASHI <m7142yosuke>`.
28+
2229
:mod:`sklearn.preprocessing`
2330
............................
2431

@@ -27,6 +34,13 @@ Changelog
2734
`'use_encoded_value'` strategies.
2835
:pr:`19234` by `Guillaume Lemaitre <glemaitre>`.
2936

37+
:mod:`sklearn.semi_supervised`
38+
..............................
39+
40+
- |Fix| Avoid NaN during label propagation in
41+
:class:`~sklearn.semi_supervised.LabelPropagation`.
42+
:pr:`19271` by :user:`Zhaowei Wang <ThuWangzw>`.
43+
3044
:mod:`sklearn.utils`
3145
....................
3246

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.