Skip to content

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

@AlexandraMakarova

Description

@AlexandraMakarova

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions