-
Notifications
You must be signed in to change notification settings - Fork 87
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
Got KeyError on date/string columns [featurewiz 0.1.99] #48
Comments
Hi @eromoe : |
After I trim X to top 2000, these feature couldn't be treated as importance , but the whole dataset is too large . So I debug it myself and this pr can fix it : #49 And I forgot to post the message print from
|
I tried to create a sample data :
But got another error:
sample data: |
Hi @eromoe 👍 |
@AutoViML Today I debug and found the It his because your label encode return different type of result in different case . Because return of tuple , here got an error , and you don't print that error out which I am not very agree with .. |
Hello , after update to
featurewiz 0.1.99
, I got different error .Code is
traceback:
These error columns are date/string type .
The text was updated successfully, but these errors were encountered: