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

Bug in the inverse preprocessing of the Adult dataset #9

Open
stighellemans opened this issue Feb 1, 2024 · 0 comments
Open

Bug in the inverse preprocessing of the Adult dataset #9

stighellemans opened this issue Feb 1, 2024 · 0 comments

Comments

@stighellemans
Copy link

Describe the bug
When inverse preprocessing, there exists a bug where only the continuous columns will be kept. All the categorical columns will be thrown away.

To Reproduce
adult = Adult(test_path="local_path_to_test_adult.csv",
train_path="local_path_to_train_adult.csv",
preprocess=True,
)

adult_test_data = adult.inverse_preprocess(adult.test_data)

--> This will give only the continuous columns.

Expected behavior
Normally, all columns, including the categorical ones, should be available after inverse preprocessing.

Environment

  • Python version: 3.8
  • OS: MacOS
@stighellemans stighellemans mentioned this issue Feb 1, 2024
9 tasks
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

1 participant