@@ -169,7 +169,7 @@ Enhancements
169
169
- :class: `ensemble.VotingClassifier ` now allow changing estimators by using
170
170
:meth: `ensemble.VotingClassifier.set_params `. Estimators can also be
171
171
removed by setting it to `None `.
172
- :issue: `7674 ` by:user: `Yichuan Liu <yl565> `.
172
+ :issue: `7674 ` by :user: `Yichuan Liu <yl565> `.
173
173
174
174
Bug fixes
175
175
.........
@@ -316,16 +316,16 @@ API changes summary
316
316
(``n_samples ``, ``n_classes ``) for that particular output.
317
317
:issue: `8093 ` by :user: `Peter Bull <pjbull> `.
318
318
319
- - Deprecate the ``fit_params `` constructor input to the
320
- :class: `sklearn.model_selection.GridSearchCV ` and
321
- :class: `sklearn.model_selection.RandomizedSearchCV ` in favor
322
- of passing keyword parameters to the ``fit `` methods
323
- of those classes. Data-dependent parameters needed for model
324
- training should be passed as keyword arguments to ``fit ``,
325
- and conforming to this convention will allow the hyperparameter
326
- selection classes to be used with tools such as
327
- :func: `sklearn.model_selection.cross_val_predict `.
328
- :issue: `2879 ` by :user: `Stephen Hoover <stephen-hoover> `.
319
+ - Deprecate the ``fit_params `` constructor input to the
320
+ :class: `sklearn.model_selection.GridSearchCV ` and
321
+ :class: `sklearn.model_selection.RandomizedSearchCV ` in favor
322
+ of passing keyword parameters to the ``fit `` methods
323
+ of those classes. Data-dependent parameters needed for model
324
+ training should be passed as keyword arguments to ``fit ``,
325
+ and conforming to this convention will allow the hyperparameter
326
+ selection classes to be used with tools such as
327
+ :func: `sklearn.model_selection.cross_val_predict `.
328
+ :issue: `2879 ` by :user: `Stephen Hoover <stephen-hoover> `.
329
329
330
330
- Estimators with both methods ``decision_function `` and ``predict_proba ``
331
331
are now required to have a monotonic relation between them. The
@@ -5080,4 +5080,4 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
5080
5080
.. _Anish Shah : https://github.com/AnishShah
5081
5081
5082
5082
.. _Neeraj Gangwar : http://neerajgangwar.in
5083
- .. _Arthur Mensch : https://amensch.fr
5083
+ .. _Arthur Mensch : https://amensch.fr
0 commit comments