Install scikit-learn in your computer

Post date: Sep 4, 2014 7:31:25 AM

I just realize that my anaconda does not include scikit-learn package. Below is the version of anaconda I'm using:

Python 3.4.1 |Anaconda 2.0.1 (x86_64)| (default, May 19 2014, 13:05:46)

So, I will need to install the package. Fortunately, I found this site very useful: http://scikit-learn.org/stable/install.html, and for mac it's just a one-liner command, and it works like charm:

pip install -U numpy scipy scikit-learn

Also, I think this URL provides very good tutorial to scikit-learn.