安装scikit-learn
sudo yum -y install gcc gcc-c++ numpy python-devel scipy

Linux 下:安装scikit-learn:
50 sudo yum -y install gcc gcc-c++ numpy python-devel scipy57 python -v71 yum install python-setuptools72 easy_install pip73 pip74 pip install --user --install-option="--prefix=" -U scikit-learn87 nosetests --exe sklearn88 wget http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz89 tar xvfz Imaging-1.1.7.tar.gz90 ls91 cd Imaging-1.1.792 ls93 python setup.py install94 cd ..95 ls96 nosetests --exe sklearn
sudo pip install --upgrade numpy
https://pypi.python.org/packages/source/s/scipy/scipy-0.14.0.tar.gz
tar -xzvf file.tar.gzsudo yum install python-devel python-nose python-setuptools gcc gcc-gfortran blas-devel lapack-devel atlas-devel
170 sudo pip install --upgrade numpy171 python172 sudo pip install --user --install-option="--prefix=" -U scipy
pip uninstall scipysudo pip install --upgrade scipy
186 sudo pip uninstall scipy187 pip install --user --install-option="--prefix=" -U scipy
浙公网安备 33010602011771号