64位Python大数据挖掘--环境搭建
Posted messiran10
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了64位Python大数据挖掘--环境搭建相关的知识,希望对你有一定的参考价值。
之前装的是python 32位。然后在处理大规模数据集如阿里移动推荐比赛的训练集的时候会出现memory的问题。所以这次准备花些时间升级python,再重新装那些库。记录如下:
我的电脑环境:WIN7 64
1.安装64位的python2.7.10
http://www.veryhuo.com/down/html/113061.html
2.安装pip
参照 http://www.tuicool.com/articles/eiM3Er3
3.安装numpy
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy 不要使用pip安装,否则sklearn会运行出错。。花了好长时间才解决这个问题。。
4.安装scipy
首先下载 http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy,然后使用pip install [Local File Location][Your specific file such as scipy-0.16.0-cp27-none-win_amd64.whl]安装
4.安装sclit-learn
5.安装ipython+notebook
pip install ipython
Pip install pyzmq
pip install jinja2
pip install tornado
pip install ipython
pip install ipython
6,.安装matplotlib和pandas
pip install matplotlib pip install pandas
以上是关于64位Python大数据挖掘--环境搭建的主要内容,如果未能解决你的问题,请参考以下文章