How to install scikit learn in windows easily

How to install scikit learn in windows easily with out commond prompt

Posted by Prateep Gedupudi on May 22, 2016
  1. Download Anaconda for Windows by using the link https://www.continuum.io/downloads
  2. Install the downloded Anconda. It installs all the required packages for Scikit Learn including Python, NumPy, SciPy, scikit-learn and many more for us. Choose specific installation directory before installing. Ex: C:\Continuum\Anaconda3
  3. Optional Download and install the pycharm IDE for python https://www.jetbrains.com/pycharm/download/#section=windows
  4. Open pycharm IDE and set python interpreter as our Anaconda3 directory. C:\Continuum\Anaconda3\python
  5. Create new python project and write below statement which should not throw the error saying that sk-learn is not available. import sklearn

**We can get started on Machine Learning after above steps with pretty easy course from below Google Developers youtube play list almost with out any prerequisites.* *