notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

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

Open KatherineKing opened this issue 6 years ago • 0 comments

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'

KatherineKing avatar Dec 07 '18 16:12 KatherineKing