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

AttributeError: 'float' object has no attribute 'lower' #31

Open
AlexandraMakarova opened this issue Jul 5, 2019 · 0 comments
Open

Comments

@AlexandraMakarova
Copy link

AlexandraMakarova commented Jul 5, 2019

While trying out automl_gs with Jupiter, I got file not found error:

FileNotFoundError: [Errno 2] File b'automl_train/metadata/results.csv' does not exist: b'automl_train/metadata/results.csv'

Trying do it with terminal before the file missing error it returns:

AttributeError: 'float' object has no attribute 'lower'

Searching in StackOverflow, I found that the problem is how pandas converts inputs to python datatypes.

https://stackoverflow.com/questions/34724246/attributeerror-float-object-has-no-attribute-lower/34724771

Is it possible to prevent this behaviour using automl_gs ?

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