摘要:
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-27 13:16
Gidupar
阅读(156)
评论(0)
推荐(0)
浙公网安备 33010602011771号