Hi, Can you please tell me how to read .txt file with common.parsefile() command. I am getting following error while implementing this programme: X_train = common.parseFile( 'X_train.txt') AttributeError: module 'common' has no attribute 'parseFile'
Hi,
Can you please tell me how to read .txt file with common.parsefile() command.
I am getting following error while implementing this programme:
X_train = common.parseFile( 'X_train.txt')
AttributeError: module 'common' has no attribute 'parseFile'