会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
做梦当财神
首页
管理
上一页
1
···
39
40
41
42
43
44
45
46
47
···
52
下一页
2018年7月22日
清华镜像方法更新python包
摘要: 来自:Jinlong_Xu cmd环境下执行:
阅读全文
posted @ 2018-07-22 15:15 做梦当财神
阅读(607)
评论(0)
推荐(0)
2018年7月2日
Python format() 基础
摘要: Python format() 高级。 format格式化 # ^,<,>分别表示居中,左对齐,右对齐;冒号后面是要填充的字符,只能是一个字符,不指定默认为空格 print('{:*^60}'.format('token & word mapping review:')) *************
阅读全文
posted @ 2018-07-02 10:03 做梦当财神
阅读(301)
评论(0)
推荐(0)
2018年6月16日
gensim使用方法以及例子
摘要: gensim是一个Python的自然语言处理库,能够将文档根据TF-IDF,LDA,LSI等模型转换成向量模式,此外,gensim还实现了word2vec,能够将单词转换为词向量。 1. corpora和dictionary 1.1 基本概念和用法 corpora是gensim中的一个基本概念,是文
阅读全文
posted @ 2018-06-16 12:29 做梦当财神
阅读(10165)
评论(0)
推荐(0)
2018年6月12日
电商产品评论数据情感分析
摘要: 来自:Python数据分析与挖掘实战——张良均著 1. 分析方法与过程 本次建模针对京东商城上“美的”品牌热水器的消费者评论数据,在对文本进行基本的机器预处理、中文分词、停用词过滤后,通过建立包括栈式自编码深度学习、语义网络与LDA主题模型等多种数据挖掘模型,实现对文本评论数据的倾向性判断以及所隐藏
阅读全文
posted @ 2018-06-12 18:22 做梦当财神
阅读(11861)
评论(0)
推荐(0)
2018年6月7日
range() 与 np.arange()
摘要: 来自:https://blog.csdn.net/lanchunhui/article/details/49493633
阅读全文
posted @ 2018-06-07 15:57 做梦当财神
阅读(195)
评论(0)
推荐(0)
2018年6月6日
pandas display选项
摘要: 来自:https://www.cnblogs.com/yesuuu/p/6100714.html
阅读全文
posted @ 2018-06-06 16:06 做梦当财神
阅读(263)
评论(0)
推荐(0)
2018年6月5日
Python apply、applymap和map的区别
摘要: 来自:https://www.cnblogs.com/cymwill/p/7577369.html
阅读全文
posted @ 2018-06-05 22:28 做梦当财神
阅读(219)
评论(0)
推荐(0)
2018年5月27日
nohup和&后台运行,进程查看及终止
摘要: 来自:https://blog.csdn.net/liuyanfeier/article/details/62422742 来自:https://www.cnblogs.com/baby123/p/6477429.html
阅读全文
posted @ 2018-05-27 16:59 做梦当财神
阅读(398)
评论(0)
推荐(0)
2018年5月1日
pandas.DataFrame.drop()
摘要: DataFrame.drop(labels=None, axis=0, index=None, columns=None, level=None, inplace=False, errors='raise') 参数: labels:要删除行、列的名字。 axis:默认为0,指删除行;axis=1指删
阅读全文
posted @ 2018-05-01 21:52 做梦当财神
阅读(611)
评论(0)
推荐(0)
pandas——ix 与 loc 与 iloc 与 icol 的区别
摘要: 来自:https://blog.csdn.net/xw_classmate/article/details/51333646 来自:https://blog.csdn.net/chenKFKevin/article/details/62049060 来自:https://blog.csdn.net/
阅读全文
posted @ 2018-05-01 20:37 做梦当财神
阅读(1402)
评论(0)
推荐(0)
上一页
1
···
39
40
41
42
43
44
45
46
47
···
52
下一页
公告