Skip to content

Resolve pandas dependecy (FutureWarning) #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
deltawi opened this issue Nov 3, 2020 · 1 comment
Closed

Resolve pandas dependecy (FutureWarning) #281

deltawi opened this issue Nov 3, 2020 · 1 comment

Comments

@deltawi
Copy link

deltawi commented Nov 3, 2020

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

  1. 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
@philip-khor
Copy link
Contributor

#266

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants