scikit-learn/sklearn/compose/tests
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
..
__init__.py MNT Add sklearn.compose and move TransformedTargetRegressor to it (#10719) 2018-03-16 21:27:03 +08:00
test_column_transformer.py FIX ColumnTransformer.get_feature_names_out with string slices (#22913) 2022-03-31 15:04:20 +02:00
test_target.py ENH Adds predict_params to TransformedTargetRegressor (#19244) 2021-08-09 14:11:24 +02:00