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
When using Categorical columns, imputer.fit(train_df=df_train) raises error ValueError: Cannot setitem on a Categorical with a new category, set the categories first
_validate_setitem_value, categorical.py:2044
When using Categorical columns,
imputer.fit(train_df=df_train)
raises errorValueError: Cannot setitem on a Categorical with a new category, set the categories first
_validate_setitem_value, categorical.py:2044
stack is :
The text was updated successfully, but these errors were encountered: