You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_features_names_out of ColumnTransformer will work if the get_features_names_out is implemented for all transformers and predictors in the pipeline or column transformer.
We aim at adding this method to all transformers for 1.1
Describe the bug
When using ColumnTransformer, OrdinalEncoder does not support
get_feature_names_out
even though ColumnTransformer should be able to provide one.Steps/Code to Reproduce
Expected Results
No error is thrown
Actual Results
Versions
System:
python: 3.9.7 (default, Sep 7 2021, 14:05:40) [GCC 9.3.0]
executable: /home/proto/.pyenv/versions/3.9.7/envs/ltr/bin/python3.9
machine: Linux-5.4.0-88-generic-x86_64-with-glibc2.31
Python dependencies:
pip: 21.2.4
setuptools: 57.4.0
sklearn: 1.0
numpy: 1.21.2
scipy: 1.7.1
Cython: None
pandas: 1.3.3
matplotlib: 3.4.3
joblib: 1.0.1
threadpoolctl: 2.2.0
Built with OpenMP: True
The text was updated successfully, but these errors were encountered: