@@ -403,14 +403,24 @@ Changelog
403
403
:mod: `sklearn.feature_extraction `
404
404
.................................
405
405
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> `.
409
409
410
410
- |Fix | Fixed a bug in :class: `feature_extraction.DictVectorizer ` by raising an
411
411
error with unsupported value type.
412
412
:pr: `19520 ` by :user: `Jeff Zhao <kamiyaa> `.
413
413
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
+
414
424
:mod: `sklearn.feature_selection `
415
425
................................
416
426
@@ -838,13 +848,6 @@ Changelog
838
848
- |Fix | Improves compatibility of :func: `tree.plot_tree ` with high DPI screens.
839
849
:pr: `20023 ` by `Thomas Fan `_.
840
850
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
-
848
851
- |Fix | Fixed a bug in :class: `tree.DecisionTreeClassifier `,
849
852
:class: `tree.DecisionTreeRegressor ` where a node could be split whereas it
850
853
should not have been due to incorrect handling of rounding errors.
0 commit comments