Skip to content
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

Fix future warning from pandas, improve test for categorical integers #718

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

makoeppel
Copy link

Dear all,

I had a lot of future warnings (FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas) from pandas in the functions transform and inverse_transform of the class PreprocessingCategorical. I added a test for this and fixed it in the code.

In addtion when looking over the tests I did not saw a test for checking for the inverse_transform I added now also a test for this one.

If you have any issues with the fix let me know.

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

Successfully merging this pull request may close these issues.

None yet

1 participant