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

Unable to extract categorical features from dataframe using datasist #50

Closed
Adeyinka-hub opened this issue Jul 4, 2020 · 2 comments
Closed

Comments

@Adeyinka-hub
Copy link

i once used datasist to extract both numerical and categorical features successfully. Now, i tried to re run my codes, i only see numerical features being extracted and my categorical features is blank. Even, it extracted all the 69 features in the dataframe as numerical features while categorical features is blank. Surprisingly, it ran perfectly okay before the rerun showing both numerical and categorical features respectively, and due to this i was able to do feature engineering for my test dataset in the first place. Now that i wanted to conduct the same feature engineering for my train dataset, it only extracted numerical features leaving categorical features blank. Knowingfully well after using "dtype" that there are many object features(i.e categorical features) in both train and test datasets. In fact, there are only 25 numerical features out of 69, others are categorical.
What can be the problem? I tried running my codes both on Kaggle notebook and google colab, the same problem keeps persisting.

@risenW
Copy link
Owner

risenW commented Jul 7, 2020

So sorry for the late reply. Its quite strange, are you certain the data has not been processed and the type changed?

Also, did you try to update datasist

@Adeyinka-hub
Copy link
Author

Adeyinka-hub commented Jul 8, 2020 via email

@risenW risenW closed this as completed Jul 14, 2020
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

2 participants