File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,21 @@ Changelog
38
38
:pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
39
39
where 123456 is the *pull request* number, not the issue number.
40
40
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
+
41
56
:mod: `sklearn.linear_model `
42
57
...........................
43
58
You can’t perform that action at this time.
0 commit comments