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
/var/lang/lib/python3.11/site-packages/category_encoders/utils.py:50: FutureWarning: is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, CategoricalDtype) instead
return pd.api.types.is_categorical_dtype(dtype)
Expected Behavior
This is the future warning so should be fixed.
Actual Behavior
Steps to Reproduce the Problem
This is the future warning so should be fixed.
Specifications
The text was updated successfully, but these errors were encountered: