We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: