1. Install Python-34 Numpy, Scipy
# yum -y install python34-numpy
# yum -y install scipy
2. Use Python-3.4 and use “Pip install” to install
# pip install numpy scipy
# pip install -U scikit-learn[alldeps]
3. Test scikit-learn
>>> import sklearn
1. Install Python-34 Numpy, Scipy
# yum -y install python34-numpy
# yum -y install scipy
2. Use Python-3.4 and use “Pip install” to install
# pip install numpy scipy
# pip install -U scikit-learn[alldeps]
3. Test scikit-learn
>>> import sklearn