File tree 1 file changed +14
-0
lines changed
Filter options
1 file changed +14
-0
lines changed
Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ Changelog
19
19
with `sample_weight ` parameter and `least_absolute_deviation ` loss function.
20
20
:pr: `19407 ` by :user: `Vadim Ushtanit <vadim-ushtanit> `.
21
21
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
+
22
29
:mod: `sklearn.preprocessing `
23
30
............................
24
31
@@ -27,6 +34,13 @@ Changelog
27
34
`'use_encoded_value' ` strategies.
28
35
:pr: `19234 ` by `Guillaume Lemaitre <glemaitre> `.
29
36
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
+
30
44
:mod: `sklearn.utils `
31
45
....................
32
46
You can’t perform that action at this time.
0 commit comments