摘要: 读取 def read_dataset(file_path='../data/SMSSpamCollection'): """ 读取数据集 :return: 返回数据和标题 """ with open(file_path, encoding='utf-8') as f: # 读取数据 # 存储标题 阅读全文
posted @ 2020-06-10 21:31 诚哥博客 阅读(248) 评论(0) 推荐(0) 编辑