推荐系统之Python系的Crab-安装篇

来源:互联网 发布:ios patch网络请求 编辑:程序博客网 时间:2024/04/29 03:29
sudo apt-get install python-dev python-numpy python-numpy-dev python-setuptools python-numpy-dev python-scipy libatlas-dev g++
sudo apt-get install python-pip
#sudopip install -U numpy -ihttp://pypi.douban.com/simple
#sudopip install -U scipy-i http://pypi.douban.com/simple
pip install -U scikits.learn -i http://pypi.douban.com/simple
sudo apt-get install python-matplotlib //t图形库
sudo apt-get installpython-nose //测试库
pip install -U learn.base -ihttp://pypi.douban.com/simple
不要这样安装crab, pip install crab / easy_install crab
采用源码安装的方式:
git clone https://github.com/muricoca/crab.git
python setup.py install
#pip install -U crab-i http://pypi.douban.com/simple
0 0