alopezso / Machine-Learning

0 stars 0 forks source link

Install skicit learn #3

Open alopezso opened 8 years ago

alopezso commented 8 years ago

Install numpy, git and scipy first to study new Machine learning algorithms:

You can find all the instructions to install so in the webpage

http://docs.scipy.org/doc/numpy-dev/dev/gitwash/development_setup.html

We need those libraries before installing skicit-learn, which is the main library I used in St.Petersburg to work on ML algorithms.

Once it is done, install skicit-learn :

http://scikit-learn.org/stable/install.html

In Linux they asked me to install pip before. I don't know how it would be done in MAC OSX. For that I was just using :

sudo apt-get install python-pip

alopezso commented 8 years ago

Did you have time to do this ?