摘要: 1.读取 file_path = r'C:\Users\86186\Desktop\大三下\机器学习\SMSSpamCollection' sms = open(file_path, 'r', encoding='utf-8') sms_data = [] sms_label = [] csv_re 阅读全文
posted @ 2020-05-23 14:53 Seraooo 阅读(184) 评论(0) 推荐(0) 编辑