摘要: 1.读取 # 1.读取数据集 def read_dataset(): file_path = r'D:\SMSSpamCollection.txt' sms = open(file_path, encoding='utf-8') sms_data = [] sms_label = [] csv_re 阅读全文
posted @ 2020-05-25 12:26 菠蘿啤 阅读(151) 评论(0) 推荐(0) 编辑