使用vectorizer.fit_transform时出现AttributeError: 'file' object has no attribute 'lower'问题解决方法
问题最近在读书《Building Machine Learning Systems with Python》1第一版,发现其中的一个代码错误, AttributeError: ‘file’ object has no attribute ‘lower’产生该错误的代码为:import osos.listdir('./data/toy/')posts = [open(os.path.join