@@ -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
@@ -849,13 +859,6 @@ Changelog
849
859
- |Fix | Improves compatibility of :func: `tree.plot_tree ` with high DPI screens.
850
860
:pr: `20023 ` by `Thomas Fan `_.
851
861
852
- :mod: `sklearn.feature_extraction `
853
- ..................................
854
-
855
- - |Fix | Fixed a bug in :func: `image._to_graph ` where singleton
856
- connected components were not handled properly, resulting in a wrong
857
- vertex indexing. :pr: `18964 ` by `Bertrand Thirion `_.
858
-
859
862
- |Fix | Fixed a bug in :class: `tree.DecisionTreeClassifier `,
860
863
:class: `tree.DecisionTreeRegressor ` where a node could be split whereas it
861
864
should not have been due to incorrect handling of rounding errors.
0 commit comments