File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -205,9 +205,9 @@ Changelog
205205
206206- |MajorFeature | Added :class: `ensemble.StackingClassifier ` and
207207 :class: `ensemble.StackingRegressor ` to stack predictors using a final
208- classifier or regressor.
209- :pr: ` 11047 ` by :user: `Guillaume Lemaitre <glemaitre > ` and
210- :user: `Caio Oliveira <caioaao> ` .
208+ classifier or regressor. :pr: ` 11047 ` by :user: ` Guillaume Lemaitre
209+ <glemaitre> ` and :user: `Caio Oliveira <caioaao > ` and :pr: ` 15138 ` by
210+ :user: `Jon Cusick <jcusick13> `. .
211211
212212- Many improvements were made to
213213 :class: `ensemble.HistGradientBoostingClassifier ` and
@@ -285,11 +285,6 @@ Changelog
285285 by the max of the samples with non-null weights only.
286286 :pr: `14294 ` by :user: `Guillaume Lemaitre <glemaitre> `.
287287
288- - |Enhancement | Adds ``passthrough `` to :class: `ensemble.StackingClassifier `
289- and :class: `ensemble.StackingRegressor ` allowing for the original dataset
290- to be used in the final estimator.
291- :pr: `15138 ` by :user: `Jon Cusick <jcusick13> `.
292-
293288:mod: `sklearn.feature_extraction `
294289.................................
295290
You can’t perform that action at this time.
0 commit comments