Python – Installing scikit-learn

scikit-learn contains easy to use machine learning tools in python for data analysis and data mining.

It is open source and is built ontop of matplotlib, SciPy, and NumPy.

To install scikit-learn (assuming that you have a working version of NumPy and SciPy) open your command prompt and enter:

pip install -U scikit-learn