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
/python3.7/site-packages/category_encoders/utils.py:21: FutureWarning: is_categorical is deprecated and will be removed in a future version. Use is_categorical_dtype instead elif pd.api.types.is_categorical(cols):
Steps to Reproduce the Problem
Use the library with the following versions of Sklearn and Pandas:
pandas: '1.1.3'
sklearn: '0.23.2'
Specifications
Version: python 3.7
Platform: lunix Redhat
The text was updated successfully, but these errors were encountered:
Expected Behavior
No warning
Actual Behavior
Getting a warning related to pandas dependecy :
/python3.7/site-packages/category_encoders/utils.py:21: FutureWarning: is_categorical is deprecated and will be removed in a future version. Use is_categorical_dtype instead elif pd.api.types.is_categorical(cols):
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: