8000 MAINT missing what's new entry for PR-19401 (#20955) · scikit-learn/scikit-learn@f36d15b · GitHub
[go: up one dir, main page]

Skip to content

Commit f36d15b

Browse files
authored
MAINT missing what's new entry for PR-19401 (#20955)
* MAINT missing what's new entry for PR-19401 * Consolidate sklearn.feature_extraction entries + fix refs
1 parent 4abd9f2 commit f36d15b

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

doc/whats_new/v1.0.rst

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -403,14 +403,24 @@ Changelog
403403
:mod:`sklearn.feature_extraction`
404404
.................................
405405

406-
- |Fix| Fixed a bug in :class:`feature_extraction.HashingVectorizer` where some
407-
input strings would result in negative indices in the transformed data.
408-
:pr:`19035` by :user:`Liu Yu <ly648499246>`.
406+
- |Fix| Fixed a bug in :class:`feature_extraction.text.HashingVectorizer`
407+
where some input strings would result in negative indices in the transformed
408+
data. :pr:`19035` by :user:`Liu Yu <ly648499246>`.
409409

410410
- |Fix| Fixed a bug in :class:`feature_extraction.DictVectorizer` by raising an
411411
error with unsupported value type.
412412
:pr:`19520` by :user:`Jeff Zhao <kamiyaa>`.
413413

414+
- |Fix| Fixed a bug in :func:`feature_extraction.image.img_to_graph`
415+
and :func:`feature_extraction.image.grid_to_graph` where singleton connected
416+
components were not handled properly, resulting in a wrong vertex indexing.
417+
:pr:`18964` by `Bertrand Thirion`_.
418+
419+
- |Fix| Raise a warning in :class:`feature_extraction.text.CountVectorizer`
420+
with `lowercase=True` when there are vocabulary entries with uppercase
421+
characters to avoid silent misses in the resulting feature vectors.
422+
:pr:`19401` by :user:`Zito Relova <zitorelova>`
423+
414424
:mod:`sklearn.feature_selection`
415425
................................
416426

@@ -838,13 +848,6 @@ Changelog
838848
- |Fix| Improves compatibility of :func:`tree.plot_tree` with high DPI screens.
839849
:pr:`20023` by `Thomas Fan`_.
840850

841-
:mod:`sklearn.feature_extraction`
842-
..................................
843-
844-
- |Fix| Fixed a bug in :func:`image._to_graph` where singleton
845-
connected components were not handled properly, resulting in a wrong
846-
vertex indexing. :pr:`18964` by `Bertrand Thirion`_.
847-
848851
- |Fix| Fixed a bug in :class:`tree.DecisionTreeClassifier`,
849852
:class:`tree.DecisionTreeRegressor` where a node could be split whereas it
850853
should not have been due to incorrect handling of rounding errors.

0 commit comments

Comments
 (0)
0