scikit-learn/sklearn/compose
randomgeek78 7acb24752f
FIX ColumnTransformer.get_feature_names_out with string slices (#22913)
* FIX ColumnTransformer.get_feature_names_out with string slices

* Fixed black formatting

* Added tests

* Updated whats new 1.1 section

* Simplified logic and added slices containing two elements

* Fixed black linting

* Linting cleanup, revert API change

* Fixed linting
2022-03-31 15:04:20 +02:00
..
tests FIX ColumnTransformer.get_feature_names_out with string slices (#22913) 2022-03-31 15:04:20 +02:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_column_transformer.py FIX ColumnTransformer.get_feature_names_out with string slices (#22913) 2022-03-31 15:04:20 +02:00
_target.py MNT remaining clean up for 1.1 (#22643) 2022-03-02 14:01:51 +01:00