jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.72k stars 3.03k forks source link

Running Automl Error #32

Closed TshepoMK closed 4 years ago

TshepoMK commented 5 years ago

is .lower() method supposed to be for column names or the entire dataframe

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

jeffheaton commented 5 years ago

I will have a look. Not for the entire dataframe for sure.

jeffheaton commented 5 years ago

I assume this is on file: https://github.com/jeffheaton/t81_558_deep_learning/blob/master/t81_558_class_14_01_automl.ipynb

But I am not seeing any calls to lower that would result in this error. What file/line are you referring to?