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 ?