宋思康

2020年5月23日

垃圾邮件分类

摘要: 1.读取 2.数据预处理 import csv import nltk import re from nltk.corpus import stopwords from nltk.stem import WordNetLemmatizer import pandas as pd #返回类别 def 阅读全文

posted @ 2020-05-23 21:35 宋思康 阅读(256) 评论(0) 推荐(0) 编辑

垃圾邮件分类2

摘要: 1.读取 2.数据预处理 3.数据划分—训练集和测试集数据划分 from sklearn.model_selection import train_test_split x_train,x_test, y_train, y_test = train_test_split(data, target, 阅读全文

posted @ 2020-05-23 19:27 宋思康 阅读(137) 评论(0) 推荐(0) 编辑

导航