8000 DOC Add whats new for missing PRs (#17066) · scikit-learn/scikit-learn@ffdfae5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffdfae5

Browse files
thomasjpfanadrinjalali
authored andcommitted
DOC Add whats new for missing PRs (#17066)
1 parent 7b7e96a commit ffdfae5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

doc/whats_new/v0.23.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@ Changelog
275275
with log-link useful for modeling count data.
276276
:pr:`16692` by :user:`Christian Lorentzen <lorentzenchr>`
277277

278+
- |Fix| Fixed a bug where :class:`ensemble.HistGradientBoostingRegressor` and
279+
:class:`ensemble.HistGradientBoostingClassifier` would fail with multiple
280+
calls to fit when `warm_start=True`, `early_stopping=True`, and there is no
281+
validation set. :pr:`16663` by `Thomas Fan`_.
282+
278283
:mod:`sklearn.fe 10000 ature_extraction`
279284
.................................
280285

@@ -283,11 +288,16 @@ Changelog
283288
for datasets with large vocabularies combined with ``min_df`` or ``max_df``.
284289
:pr:`15834` by :user:`Santiago M. Mola <smola>`.
285290

291+
:mod:`sklearn.feature_selection`
292+
................................
286293

287294
- |Enhancement| Added support for multioutput data in
288295
:class:`feature_selection.RFE` and :class:`feature_selection.RFECV`.
289296
:pr:`16103` by :user:`Divyaprabha M <divyaprabha123>`.
290297

298+
- |API| Adds :class:`feature_selection.SelectorMixin` back to public API.
299+
:pr:`16132` by :user:`trimeta`.
300+
291301
:mod:`sklearn.gaussian_process`
292302
...............................
293303

@@ -441,6 +451,11 @@ Changelog
441451
:mod:`sklearn.neural_network`
442452
.............................
443453

454+
- |Efficiency| :class:`neural_network.MLPClassifier` and
455+
:class:`neural_network.MLPRegressor` has reduced memory footprint when using
456+
stochastic solvers, `'sgd'` or `'adam'`, and `shuffle=True`. :pr:`14075` by
457+
:user:`meyer89`.
458+
444459
- |Fix| Increases the numerical stability of the logistic loss function in
445460
:class:`neural_network.MLPClassifier` by clipping the probabilities.
446461
:pr:`16117` by `Thomas Fan`_.
@@ -460,6 +475,10 @@ Changelog
460475
each feature with two categories. :pr:`16245`
461476
by :user:`Rushabh Vasani <rushabh-v>`.
462477

478+
- |Enhancement| :class:`preprocessing.OneHotEncoder`'s `drop_idx_` ndarray
479+
can now contain `None`, where `drop_idx_[i] = None` means that no category
480+
is dropped for index `i`. :pr:`16585` by :user:`Chiara Marmo <cmarmo>`.
481+
463482
- |Efficiency| :class:`preprocessing.OneHotEncoder` is now faster at
464483
transforming. :pr:`15762` by `Thomas Fan`_.
465484

@@ -472,6 +491,13 @@ Changelog
472491
normalizing the vectors. :pr:`16632` by
473492
:user:`Maura Pintor <Maupin1991>` and :user:`Battista Biggio <bbiggio>`.
474493

494+
:mod:`sklearn.semi_supervised`
495+
..............................
496+
497+
- |Fix| :class:`semi_supervised.LabelSpreading` and
498+
:class:`semi_supervised.LabelPropagation` avoids divide by zero warnings
499+
when normalizing `label_distributions_`. :pr:`15946` by :user:`ngshya`.
500+
475501
:mod:`sklearn.svm`
476502
..................
477503

@@ -539,6 +565,9 @@ Changelog
539565
and support for classes will be removed in 0.24. Pass instances instead.
540566
:pr:`17032` by `Nicolas Hug`_.
541567

568+
- |FIX| :func:`utils.all_estimators` now only returns public estimators.
569+
:pr:`15380` by `Thomas Fan`_.
570+
542571
:mod:`sklearn.cluster`
543572
......................
544573

0 commit comments

Comments
 (0)
0