notebooks
notebooks copied to clipboard
AttributeError: 'DataFrame' object has no attribute 'endswith'
I ran my dataframe that I have been working with successfully through speedml and had the following error: sml = Speedml(data_train, data_test, target='binarytarget', uid='Id') AttributeError: 'DataFrame' object has no attribute 'endswith'