Installing Scikit-Learn on python-3.4 with CentOS 6


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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.