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
The categories_ attribute does not represent the derived feature names. It actually contains The categories of each feature determined during fitting, see OneHotEncoder.categories_).
Nonetheless, sklearn 1.0 transformer's get_output_names is getting deprecated in favor of get_feature_names_out. More info in PR #248.
In sklearn v0.24.1 OneHotEncoder transformer exposes derived names in the
categories_
attribute. Can we add one more check tosklearn-pandas/sklearn_pandas/dataframe_mapper.py
Line 40 in e842746
The text was updated successfully, but these errors were encountered: