09 2017 档案

python 库安装
摘要:一:pip安装: pip install xxx for example : pip3 install --index-url https://pypi.douban.com/simple scipy 二:conda安装: conda install xxx for example: conda i 阅读全文

posted @ 2017-09-26 13:38 kktree 阅读(962) 评论(0) 推荐(0)

python3 SelectKBest 调用personr函数出现错误,已解决。
摘要:python3中,sklearn.feature_selection中调用: SelectKBest(lambda X,Y:np.array(map(lambda x:pearsonr(x, Y), X.T)).T, k=2).fit_transform(xx, yy) 出现以下错误: “float 阅读全文

posted @ 2017-09-25 17:19 kktree 阅读(2587) 评论(0) 推荐(2)

导航