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
WARNING:C:\Users\username\anaconda3\lib\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)
Windows x64
Python 3.10
scikit-learn 1.3
pandas 2.1
The text was updated successfully, but these errors were encountered:
WARNING:C:\Users\username\anaconda3\lib\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)
Windows x64
Python 3.10
scikit-learn 1.3
pandas 2.1
The text was updated successfully, but these errors were encountered: