摘要: import seaborn as snsimport pandas as pdimport matplotlib.pyplot as pltsns.set_style('white',{'font.sans-serif':['simhei','Arial']})from sklearn.datas 阅读全文
posted @ 2020-01-04 14:32 初次的告白 阅读(1456) 评论(0) 推荐(0) 编辑
摘要: # 导入扩展库import re # 正则表达式库import collections # 词频统计库import numpy as np # numpy数据处理库import jieba # 结巴分词import wordcloud # 词云展示库from PIL import Image # 图 阅读全文
posted @ 2020-01-04 09:27 初次的告白 阅读(356) 评论(0) 推荐(0) 编辑