Skip to content

Commit a243d96

Browse files
thomasjpfanjnothman
authored andcommitted
DOC Fix reference in whats new 0.21 (scikit-learn#13845)
1 parent 39c74cd commit a243d96

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

doc/modules/classes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ Samples generator
346346
decomposition.dict_learning
347347
decomposition.dict_learning_online
348348
decomposition.fastica
349+
decomposition.non_negative_factorization
349350
decomposition.sparse_encode
350351

351352
.. _lda_ref:

doc/whats_new/v0.21.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ random sampling procedures.
3838
seed, including :class:`linear_model.LogisticRegression`,
3939
:class:`linear_model.LogisticRegressionCV`, :class:`linear_model.Ridge`,
4040
and :class:`linear_model.RidgeCV` with 'sag' solver. |Fix|
41-
- :class:`linear_model.ridge.RidgeCV` when using generalized cross-validation
41+
- :class:`linear_model.RidgeCV` when using generalized cross-validation
4242
with sparse inputs. |Fix|
4343

4444

@@ -510,7 +510,7 @@ Support for Python 3.4 and below has been officially dropped.
510510
in version 0.21 and will be removed in version 0.23.
511511
:pr:`12821` by :user:`Nicolas Hug <NicolasHug>`.
512512

513-
- |Fix| :class:`linear_model.ridge.RidgeCV` with generalized cross-validation
513+
- |Fix| :class:`linear_model.RidgeCV` with generalized cross-validation
514514
now correctly fits an intercept when ``fit_intercept=True`` and the design
515515
matrix is sparse. :issue:`13350` by :user:`Jérôme Dockès <jeromedockes>`
516516

@@ -587,11 +587,11 @@ Support for Python 3.4 and below has been officially dropped.
587587
in version 0.21 and will be removed in version 0.23. :pr:`10580` by
588588
:user:`Reshama Shaikh <reshamas>` and :user:`Sandra Mitrovic <SandraMNE>`.
589589

590-
- |Fix| The function :func:`euclidean_distances`, and therefore
591-
several estimators with ``metric='euclidean'``, suffered from numerical
592-
precision issues with ``float32`` features. Precision has been increased at the
593-
cost of a small drop of performance. :pr:`13554` by :user:`Celelibi` and
594-
:user:`Jérémie du Boisberranger <jeremiedbb>`.
590+
- |Fix| The function :func:`metrics.pairwise.euclidean_distances`, and
591+
therefore several estimators with ``metric='euclidean'``, suffered from
592+
numerical precision issues with ``float32`` features. Precision has been
593+
increased at the cost of a small drop of performance. :pr:`13554` by
594+
:user:`Celelibi` and :user:`Jérémie du Boisberranger <jeremiedbb>`.
595595

596596
- |API| :func:`metrics.jaccard_similarity_score` is deprecated in favour of
597597
the more consistent :func:`metrics.jaccard_score`. The former behavior for

0 commit comments

Comments
 (0)